home *** CD-ROM | disk | FTP | other *** search
- /*
- * 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
-