---
title: videoFrameRateRangeForCenterStage
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/videoframeraterangeforcenterstage
---

# videoFrameRateRangeForCenterStage

The range of frame rates available when Center Stage is active.

## Declaration

```swift
var videoFrameRateRangeForCenterStage: AVFrameRateRange? { get }
```

## Discussion

Discussion Devices may support a limited frame rate range when Center Stage is active. The value is nil if the device doesn’t support Center Stage.

## See Also

### Determining Center Stage support

- [isCenterStageSupported](avfoundation/avcapturedevice/format/iscenterstagesupported.md)
- [videoMinZoomFactorForCenterStage](avfoundation/avcapturedevice/format/videominzoomfactorforcenterstage.md)
- [videoMaxZoomFactorForCenterStage](avfoundation/avcapturedevice/format/videomaxzoomfactorforcenterstage.md)
