|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOAudioDevice.h |
| Includes: |
Use the links in the table of contents to the left to access the documentation.
Abstract base class for a single piece of audio hardware. The IOAudioDevice provides the central coordination point for an audio driver.
Identifies the power state of the audio device
IOAudioDevicePowerState |
Identifies the power state of the audio device
typedef enum _IOAudioDevicePowerState { kIOAudioDeviceSleep = 0, // When sleeping kIOAudioDeviceIdle = 1, // When no audio engines running kIOAudioDeviceActive = 2 // audio engines running } IOAudioDevicePowerState;
A newly created IOAudioDevices defaults to the idle state.
Last Updated: 2009-10-14