---
title: videoMaxZoomFactorForCenterStage
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/videomaxzoomfactorforcenterstage
---

# videoMaxZoomFactorForCenterStage

The maximum zoom factor available when Center Stage is active.

## Declaration

```swift
var videoMaxZoomFactorForCenterStage: CGFloat { get }
```

## Discussion

Discussion Devices support a limited zoom range when Center Stage is active. If the device doesn’t support Center Stage, the value is videoMaxZoomFactor.

## See Also

### Determining Center Stage support

- [isCenterStageSupported](avfoundation/avcapturedevice/format/iscenterstagesupported.md)
- [videoFrameRateRangeForCenterStage](avfoundation/avcapturedevice/format/videoframeraterangeforcenterstage.md)
- [videoMinZoomFactorForCenterStage](avfoundation/avcapturedevice/format/videominzoomfactorforcenterstage.md)
