---
title: kAudioFormatProperty_ChannelLayoutSimpleName
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudioformatproperty_channellayoutsimplename
---

# kAudioFormatProperty_ChannelLayoutSimpleName

A simplified name for channel layout.

## Declaration

```swift
var kAudioFormatProperty_ChannelLayoutSimpleName: AudioFormatPropertyID { get }
```

## Discussion

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

- [kAudioFormatProperty_FormatInfo](audiotoolbox/kaudioformatproperty_formatinfo.md)
- [kAudioFormatProperty_FormatName](audiotoolbox/kaudioformatproperty_formatname.md)
- [kAudioFormatProperty_EncodeFormatIDs](audiotoolbox/kaudioformatproperty_encodeformatids.md)
- [kAudioFormatProperty_DecodeFormatIDs](audiotoolbox/kaudioformatproperty_decodeformatids.md)
- [kAudioFormatProperty_FormatList](audiotoolbox/kaudioformatproperty_formatlist.md)
- [kAudioFormatProperty_ASBDFromESDS](audiotoolbox/kaudioformatproperty_asbdfromesds.md)
- [kAudioFormatProperty_ChannelLayoutFromESDS](audiotoolbox/kaudioformatproperty_channellayoutfromesds.md)
- [kAudioFormatProperty_OutputFormatList](audiotoolbox/kaudioformatproperty_outputformatlist.md)
- [kAudioFormatProperty_FirstPlayableFormatFromList](audiotoolbox/kaudioformatproperty_firstplayableformatfromlist.md)
- [kAudioFormatProperty_Encoders](audiotoolbox/kaudioformatproperty_encoders.md)
- [kAudioFormatProperty_Decoders](audiotoolbox/kaudioformatproperty_decoders.md)
- [kAudioFormatProperty_FormatIsVBR](audiotoolbox/kaudioformatproperty_formatisvbr.md)
- [kAudioFormatProperty_FormatIsExternallyFramed](audiotoolbox/kaudioformatproperty_formatisexternallyframed.md)
- [kAudioFormatProperty_AvailableEncodeBitRates](audiotoolbox/kaudioformatproperty_availableencodebitrates.md)
- [kAudioFormatProperty_AvailableEncodeSampleRates](audiotoolbox/kaudioformatproperty_availableencodesamplerates.md)
