<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVVideoRange",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVVideoRange"
  },
  "title" : "AVVideoRange"
}
-->

# AVVideoRange

Constants that describe a video variant’s dynamic range.

```
struct AVVideoRange
```

## Topics

### Video ranges

[`pq`](/documentation/AVFoundation/AVVideoRange/pq)

Indicates Perceptual Quantizer (PQ) high-dynamic-range video.

[`hlg`](/documentation/AVFoundation/AVVideoRange/hlg)

Indicates Hybrid-Log Gamma (HLG) high-dynamic-range video.

[`sdr`](/documentation/AVFoundation/AVVideoRange/sdr)

Indicates standard-dynamic-range (SDR) video.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVVideoRange/init(rawValue:))

Creates a video range with a string.



---

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)