<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDevice/Format/videoSupportedFrameRateRanges",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureDeviceFormat(py)videoSupportedFrameRateRanges"
  },
  "title" : "videoSupportedFrameRateRanges"
}
-->

# videoSupportedFrameRateRanges

A list of frame rate ranges that a format supports.

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

## Discussion

The value is an array of [`AVFrameRateRange`](/documentation/AVFoundation/AVFrameRateRange) objects, one for each of the format’s supported video frame rate ranges.

---

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)