---
title: isVideoMinFrameDurationSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureconnection/isvideominframedurationsupported
---

# isVideoMinFrameDurationSupported

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

## Declaration

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

## Discussion

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

## See Also

### Configuring a video’s frame rate

- [videoMinFrameDuration](avfoundation/avcaptureconnection/videominframeduration.md)
- [isVideoMaxFrameDurationSupported](avfoundation/avcaptureconnection/isvideomaxframedurationsupported.md)
- [videoMaxFrameDuration](avfoundation/avcaptureconnection/videomaxframeduration.md)
