<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.2.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAudioTypes",
  "identifier" : "/documentation/CoreAudioTypes/AudioClassDescription",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Audio Types"
    ],
    "preciseIdentifier" : "c:@S@AudioClassDescription"
  },
  "title" : "AudioClassDescription"
}
-->

# AudioClassDescription

A structure that describes an audio codec.

```
struct AudioClassDescription
```

## Topics

### Accessing the Data

[`mType`](/documentation/CoreAudioTypes/AudioClassDescription/mType)

A four character code that a manufacturer defines for a codec type.

[`mSubType`](/documentation/CoreAudioTypes/AudioClassDescription/mSubType)

A four character code that a manufacturer defines for a codec subtype.

[`mManufacturer`](/documentation/CoreAudioTypes/AudioClassDescription/mManufacturer)

A four character code that identifies a codec manufacturer.

### Initializers

[`init()`](/documentation/CoreAudioTypes/AudioClassDescription/init())

Creates an empty audio class description.

[`init(mType:mSubType:mManufacturer:)`](/documentation/CoreAudioTypes/AudioClassDescription/init(mType:mSubType:mManufacturer:))

Creates an audio class description for the type, subtype, and manufacturer.



---

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)