<!--
{
  "documentType" : "article",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/1494121-global-codec-properties",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Global Codec Properties"
}
-->

# Global Codec Properties

These read-only properties disclose the capabilities of the codec and remain the same for all instances of the codec.

## Discussion

These properties are used with the [`AudioCodecGetProperty(_:_:_:_:)`](/documentation/AudioToolbox/AudioCodecGetProperty(_:_:_:_:)) function.

The values of these properties are independent of the codec’s internal state and cannot be changed. They can be read at any time the codec is open.

## Topics

### Constants

[`var kAudioCodecPropertyFormatCFString: AudioCodecPropertyID`](/documentation/AudioToolbox/kAudioCodecPropertyFormatCFString)

[`var kAudioCodecPropertyManufacturerCFString: AudioCodecPropertyID`](/documentation/AudioToolbox/kAudioCodecPropertyManufacturerCFString)

[`var kAudioCodecPropertyNameCFString: AudioCodecPropertyID`](/documentation/AudioToolbox/kAudioCodecPropertyNameCFString)



---

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)