home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Headers
/
soundkit
/
NXSoundIn.h
< prev
next >
Wrap
Text File
|
1992-01-30
|
423b
|
24 lines
/*
* NXSoundIn.h
*
* Interface to sound recording resources.
*
* Copyright (c) 1991, NeXT Computer, Inc. All rights reserved.
*/
#import "NXSoundDevice.h"
@interface NXSoundIn:NXSoundDevice
{
int _reserved1;
}
/*
* Look up the sound-in device port.
* Returns PORT_NULL if look up fails.
* Normally only sent by NXSoundDevice -initOnHost.
*/
+ (port_t)lookUpDevicePortOnHost:(const char *)hostName;
@end