Contents

kAudioFormatProperty_FirstPlayableFormatFromList

The index of the first AudioFormatListItem that represents an audio format.

Declaration

var kAudioFormatProperty_FirstPlayableFormatFromList: AudioFormatPropertyID { get }

Discussion

The index of the first AudioFormatListItem structure that represents an audio format that is playable on the system. To use this property, pass in, to the AudioFormatGetProperty(_:_:_:_:_:) function, the list of AudioFormatListItem structures that you obtain using the kAudioFormatProperty_OutputFormatList property.

See Also

Constants