kAudioAggregateDeviceIsPrivateKey |
#define kAudioAggregateDeviceIsPrivateKey "private"
The key used in a CFDictionary that describes the composition of an AudioAggregateDevice. The value for this key is a CFNumber where a value of 0 means that the AudioAggregateDevice is to be published to the entire system and a value of 1 means that the AudioAggregateDevice is private to the process that created it. Note that a private AudioAggregateDevice is not persistent across launches of the process that created it. Note that if this key is not present, it implies that the AudioAggregateDevice is published to the entire system.
kAudioAggregateDeviceMasterSubDeviceKey |
#define kAudioAggregateDeviceMasterSubDeviceKey "master"
The key used in a CFDictionary that describes the composition of an AudioAggregateDevice. The value for this key is a CFString that contains the UID for the sub-device that is the master time source for the AudioAggregateDevice.
kAudioAggregateDeviceNameKey |
#define kAudioAggregateDeviceNameKey "name"
The key used in a CFDictionary that describes the composition of an AudioAggregateDevice. The value for this key is a CFString that contains the human readable name of the AudioAggregateDevice.
kAudioAggregateDeviceSubDeviceListKey |
#define kAudioAggregateDeviceSubDeviceListKey "subdevices"
The key used in a CFDictionary that describes the composition of an AudioAggregateDevice. The value for this key is a CFArray of CFDictionaries that describe each sub-device in the AudioAggregateDevice. The keys for this CFDictionary are defined in the AudioSubDevice section.
kAudioAggregateDeviceUIDKey |
#define kAudioAggregateDeviceUIDKey "uid"
The key used in a CFDictionary that describes the composition of an AudioAggregateDevice. The value for this key is a CFString that contains the UID of the AudioAggregateDevice.
kAudioSubDeviceUIDKey |
#define kAudioSubDeviceUIDKey "uid"
The key used in a CFDictionary that describes the state of an AudioSubDevice. The value for this key is a CFString that contains the UID for the AudioSubDevice.
(Last Updated 12/13/2004)