<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kAudioFormatProperty_ChannelName",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kAudioFormatProperty_FormatInfo@kAudioFormatProperty_ChannelName"
  },
  "title" : "kAudioFormatProperty_ChannelName"
}
-->

# kAudioFormatProperty_ChannelName

The name for a particular channel.

```
var kAudioFormatProperty_ChannelName: AudioFormatPropertyID { get }
```

## Discussion

The name for a particular channel. The specifier is an <doc://com.apple.documentation/documentation/CoreAudioTypes/AudioChannelDescription> structure that has its `mChannelLabel` field set. The value is a <doc://com.apple.documentation/documentation/CoreFoundation/CFString> opaque type. The caller is responsible for releasing the returned string.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)