---
title: isCinematicVideoCaptureSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/iscinematicvideocapturesupported
---

# isCinematicVideoCaptureSupported

Indicates whether the format supports Cinematic Video capture.

## Declaration

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

## Discussion

Discussion This property returns true if the format supports Cinematic Video that produces a controllable, simulated depth of field and adds beautiful focus transitions for a cinema-grade look.

## See Also

### Determining Cinematic video support

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