Mac OS X Reference Library Apple Developer
Search

IOAudioDevice.h

Overview

Use the links in the table of contents to the left to access the documentation.



Classes

IOAudioDevice

Abstract base class for a single piece of audio hardware. The IOAudioDevice provides the central coordination point for an audio driver.



Typedefs

IOAudioDevicePowerState

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;  
Discussion

A newly created IOAudioDevices defaults to the idle state.

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-07-29