---
title: videoMaxZoomFactorForCinematicVideo
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/videomaxzoomfactorforcinematicvideo
---

# videoMaxZoomFactorForCinematicVideo

Indicates the maximum zoom factor available for the videoZoomFactor property when Cinematic Video capture is enabled on the device input.

## Declaration

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

## Discussion

Discussion Devices support a limited zoom range when Cinematic Video capture is active. If this device format does not support Cinematic Video capture, this property returns 1.0.

## See Also

### Determining Cinematic video support

- [isCinematicVideoCaptureSupported](avfoundation/avcapturedevice/format/iscinematicvideocapturesupported.md)
- [defaultSimulatedAperture](avfoundation/avcapturedevice/format/defaultsimulatedaperture.md)
- [minSimulatedAperture](avfoundation/avcapturedevice/format/minsimulatedaperture.md)
- [maxSimulatedAperture](avfoundation/avcapturedevice/format/maxsimulatedaperture.md)
- [videoMinZoomFactorForCinematicVideo](avfoundation/avcapturedevice/format/videominzoomfactorforcinematicvideo.md)
- [videoFrameRateRangeForCinematicVideo](avfoundation/avcapturedevice/format/videoframeraterangeforcinematicvideo.md)
