<!--
{
  "availability" : [
    "iOS: 11.2.0 - 26.0.0",
    "iPadOS: 11.2.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "tvOS: 11.2.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayer/HDRMode",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerHDRMode"
  },
  "title" : "AVPlayer.HDRMode"
}
-->

# AVPlayer.HDRMode

A bitfield type that specifies an HDR mode.

```
struct HDRMode
```

## Overview

These modes define the available HDR modes. Query [`availableHDRModes`](/documentation/AVFoundation/AVPlayer/availableHDRModes) to find the HDR modes available for a device.

## Topics

### HDR modes

[`hlg`](/documentation/AVFoundation/AVPlayer/HDRMode/hlg)

The Hybrid Log-Gamma HDR mode is available.

[`hdr10`](/documentation/AVFoundation/AVPlayer/HDRMode/hdr10)

The HDR10 HDR mode is available.

[`dolbyVision`](/documentation/AVFoundation/AVPlayer/HDRMode/dolbyVision)

The Dolby Vision HDR mode is available.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVPlayer/HDRMode/init(rawValue:))

Creates an HDR mode with a string value.



---

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)