<!--
{
  "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/AVFrameRateRange",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVFrameRateRange"
  },
  "title" : "AVFrameRateRange"
}
-->

# AVFrameRateRange

An immutable type that represents a range of valid frame rates.

```
class AVFrameRateRange
```

## Overview

An AVFrameRateRange object is immutable.

An [`AVCaptureDevice.Format`](/documentation/AVFoundation/AVCaptureDevice/Format) object wraps a CMFormatDescription and expresses a range of valid video frame rates as an array of `AVFrameRateRange` objects.

An [`AVCaptureDevice`](/documentation/AVFoundation/AVCaptureDevice) object uses `AVCaptureDeviceFormat` to describe the formats it supports and the currently-active format.

## Topics

### Accessing properties

[`maxFrameDuration`](/documentation/AVFoundation/AVFrameRateRange/maxFrameDuration)

The maximum frame duration supported by the range.

[`maxFrameRate`](/documentation/AVFoundation/AVFrameRateRange/maxFrameRate)

The maximum frame rate supported by the range.

[`minFrameDuration`](/documentation/AVFoundation/AVFrameRateRange/minFrameDuration)

The minimum frame duration supported by the range.

[`minFrameRate`](/documentation/AVFoundation/AVFrameRateRange/minFrameRate)

The minimum frame rate supported by the range.



---

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)