---
title: automaticallyAdjustsVideoHDREnabled
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/automaticallyadjustsvideohdrenabled
---

# automaticallyAdjustsVideoHDREnabled

A Boolean value that indicates whether the device automatically manages the state of high dynamic range (HDR) video streaming.

## Declaration

```swift
var automaticallyAdjustsVideoHDREnabled: Bool { get set }
```

## Discussion

Discussion By default, this value is true, and a capture device automatically enables isVideoHDREnabled if it’s a good fit for the active format. This property is key-value observable.

## See Also

### Configuring HDR settings

- [isVideoHDREnabled](avfoundation/avcapturedevice/isvideohdrenabled.md)
