![]() |
Device Connection State Constants |
Header: Sound.h |
enum { siDeviceIsConnected = 1, siDeviceNotConnected = 0, siDontKnowIfConnected = -1, siReadPermission = 0, siWritePermission = 1 };
Indicates that the device is connected and ready.
Indicates that the device is not connected.
Indicates that the Sound Input Manager cannot determine whether the device is connected.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)