<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 10.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoToolbox",
  "identifier" : "/documentation/VideoToolbox/kVTVideoEncoderList_DisplayName",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:@kVTVideoEncoderList_DisplayName"
  },
  "title" : "kVTVideoEncoderList_DisplayName"
}
-->

# kVTVideoEncoderList_DisplayName

The encoder’s display name key.

```
let kVTVideoEncoderList_DisplayName: CFString
```

## Discussion

The associated value is a <doc://com.apple.documentation/documentation/CoreFoundation/CFString> with the encoder’s display name.

This value will be the same as the value of [`kVTVideoEncoderList_CodecName`](/documentation/VideoToolbox/kVTVideoEncoderList_CodecName) if there is only one encoder for that format; otherwise, it will be the same as the value of [`kVTVideoEncoderList_EncoderName`](/documentation/VideoToolbox/kVTVideoEncoderList_EncoderName).

---

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)