home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextLibrary / Frameworks / SoundKit.framework / Versions / A / Headers / NXSoundIn.h < prev    next >
Encoding:
Text File  |  1995-01-13  |  253 b   |  18 lines

  1. /*
  2.  * NXSoundIn.h
  3.  *
  4.  * Copyright (c) 1992, NeXT Computer, Inc.  All rights reserved. 
  5.  */
  6.  
  7. #import "NXSoundDevice.h"
  8.  
  9. @interface NXSoundIn:NXSoundDevice
  10. {
  11.     int _reserved1;
  12. }
  13.  
  14. // Obsolete.
  15. + (port_t)lookUpDevicePortOnHost:(NSString *)hostName;
  16.  
  17. @end
  18.