Contents

kAudioSessionProperty_OutputDestinations

Details on the available audio output destinations.

Declaration

var kAudioSessionProperty_OutputDestinations: Int { get }

Discussion

A CFArray object containing details on the available audio output destinations in a USB audio accessory attached through the iPad camera connection kit.

Discussion

Each element of the array contains a CFDictionary object with the keys and corresponding values described in USB Accessory Audio Destination Dictionary Keys.

If there is no audio output destination available from the attached accessory, this property’s value is an empty array.

This property is read-only. You can employ an AudioSessionPropertyListener callback function to listen for changes in this property’s value.

See Also

Constants