---
title: videoSupportedFrameRateRanges
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/videosupportedframerateranges
---

# videoSupportedFrameRateRanges

A list of frame rate ranges that a format supports.

## Declaration

```swift
var videoSupportedFrameRateRanges: [AVFrameRateRange] { get }
```

## Discussion

Discussion The value is an array of AVFrameRateRange objects, one for each of the format’s supported video frame rate ranges.

## See Also

### Determining video capture support

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