ADC Home > Reference Library > Reference > Audio > Core Audio > Core Audio Framework Reference

 


AudioHardwarePriv.h

Includes:

Introduction



#defines


kAudioAggregateDeviceSubDeviceNameKey


See Also:
kAudioSubDeviceNameKey
#define kAudioSubDeviceNameKey "name" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFString that contains the human readable name of the AudioSubDevice.


kAudioSubDeviceDriftCompensationKey


#define kAudioSubDeviceDriftCompensationKey "drift" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFNumber where a non-zero value indicates that drift compensation is enabled for the AudioSubDevice


kAudioSubDeviceDriftCompensationQualityKey


#define kAudioSubDeviceDriftCompensationQualityKey "drift quality" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFNumber that indicates the quality of the drifty compensation for the AudioSubDevice


kAudioSubDeviceExtraInputLatencyKey


#define kAudioSubDeviceExtraInputLatencyKey "latency-in" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFNumber that indicates the total number of frames of additional latency that will be added to the input side of the AudioSubDevice.


kAudioSubDeviceExtraOutputLatencyKey


#define kAudioSubDeviceExtraOutputLatencyKey "latency-out" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFNumber that indicates the total number of frames of additional latency that will be added to the output side of the AudioSubDevice.


kAudioSubDeviceInputChannelsKey


#define kAudioSubDeviceInputChannelsKey "channels-in" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFNumber that indicates the total number of input channels for the AudioSubDevice.


kAudioSubDeviceNameKey


See Also:
kAudioAggregateDeviceSubDeviceNameKey
#define kAudioSubDeviceNameKey "name" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFString that contains the human readable name of the AudioSubDevice.


kAudioSubDeviceOutputChannelsKey


#define kAudioSubDeviceOutputChannelsKey "channels-out" 
Discussion

The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFNumber that indicates the total number of output channels for the AudioSubDevice.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.
Last Updated: 2006-10-25