Contents

kAudioFormatProperty_ChannelLayoutSimpleName

A simplified name for channel layout.

Declaration

var kAudioFormatProperty_ChannelLayoutSimpleName: AudioFormatPropertyID { get }

Discussion

A simplified name for channel layout. Compared to the value of the kAudioFormatProperty_ChannelLayoutName property, the name in this property omits the channel labels. The specifier is an AudioChannelLayout struct containing the layout description. The value is a CFString object. The caller is responsible for releasing the returned string.

See Also

Constants