Contents

kAudioFormatProperty_ChannelName

The name for a particular channel.

Declaration

var kAudioFormatProperty_ChannelName: AudioFormatPropertyID { get }

Discussion

The name for a particular channel. The specifier is an AudioChannelDescription structure that has its mChannelLabel field set. The value is a CFString opaque type. The caller is responsible for releasing the returned string.

See Also

Constants