home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
OpenStepConversion
/
IntermediateFrameworks5
/
SoundKit.framework
/
Headers
/
NXSoundIn.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-29
|
255 b
|
18 lines
/*
* NXSoundIn.h
*
* Copyright (c) 1992, NeXT Computer, Inc. All rights reserved.
*/
#import "NXSoundDevice.h"
@interface NXSoundIn:NXSoundDevice
{
int _reserved1;
}
// Obsolete.
+ (port_t)lookUpDevicePortOnHost:(const char *)hostName;
@end