---
title: isVideoHDRSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/isvideohdrsupported
---

# isVideoHDRSupported

A Boolean value that indicates whether the format supports high dynamic range streaming.

## Declaration

```swift
var isVideoHDRSupported: Bool { get }
```

## See Also

### Determining video capture support

- [isAutoVideoFrameRateSupported](avfoundation/avcapturedevice/format/isautovideoframeratesupported.md)
- [videoSupportedFrameRateRanges](avfoundation/avcapturedevice/format/videosupportedframerateranges.md)
- [AVFrameRateRange](avfoundation/avframeraterange.md)
- [isVideoBinned](avfoundation/avcapturedevice/format/isvideobinned.md)
- [isMultiCamSupported](avfoundation/avcapturedevice/format/ismulticamsupported.md)
