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

# kAudioUnitProperty_ClassInfo

Describes the state of an audio unit.

```
var kAudioUnitProperty_ClassInfo: AudioUnitPropertyID { get }
```

## Discussion

A read/write <doc://com.apple.documentation/documentation/CoreFoundation/CFDictionary> object valid on the audio unit global scope. A macOS audio unit that supports the part scope may, in addition, support presets on that scope that apply to individual parts.

When assigning a class information dictionary to an audio unit with the [`AudioUnitSetProperty(_:_:_:_:_:_:)`](/documentation/AudioToolbox/AudioUnitSetProperty(_:_:_:_:_:_:)) function, you own the reference to the dictionary and are responsible for later releasing it by calling the <doc://com.apple.documentation/documentation/CoreFoundation/CFRelease> function.

When obtaining a class information dictionary from an audio unit with the [`AudioUnitGetProperty(_:_:_:_:_:_:)`](/documentation/AudioToolbox/AudioUnitGetProperty(_:_:_:_:_:_:)) function, you also own the reference to the dictionary and are responsible for later releasing it by calling the <doc://com.apple.documentation/documentation/CoreFoundation/CFRelease> function.

---

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)