---
title: isVideoMaxFrameDurationSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureconnection/isvideomaxframedurationsupported
---

# isVideoMaxFrameDurationSupported

A Boolean value that indicates whether the connection supports a maximum frame duration.

## Declaration

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

## Discussion

Discussion The property indicates whether the connection honors the videoMaxFrameDuration property for a video connection.

## See Also

### Configuring a video’s frame rate

- [isVideoMinFrameDurationSupported](avfoundation/avcaptureconnection/isvideominframedurationsupported.md)
- [videoMinFrameDuration](avfoundation/avcaptureconnection/videominframeduration.md)
- [videoMaxFrameDuration](avfoundation/avcaptureconnection/videomaxframeduration.md)
