---
title: kMEVideoDecoderCodecInfoKey
framework: MediaExtension
role: symbol
role_heading: Global Variable
platforms: [Mac Catalyst 18.0+, macOS 15.0+]
path: mediaextension/kmevideodecodercodecinfokey
---

# kMEVideoDecoderCodecInfoKey

An array of one or more dictionaries describing the codecs that the decoder supports.

## Declaration

```swift
var kMEVideoDecoderCodecInfoKey: String { get }
```

## Discussion

Discussion Each dictionary must contain the name and the codec format type key.

## See Also

### Property list keys

- [kMEVideoDecoderClassImplementationIDKey](mediaextension/kmevideodecoderclassimplementationidkey.md)
- [kMERAWProcessorExtensionPointName](mediaextension/kmerawprocessorextensionpointname.md)
- [kMEVideoDecoderObjectNameKey](mediaextension/kmevideodecoderobjectnamekey.md)
- [kMEVideoDecoderCodecTypeKey](mediaextension/kmevideodecodercodectypekey.md)
- [kMEVideoDecoderCodecNameKey](mediaextension/kmevideodecodercodecnamekey.md)
