---
title: zoomFactorsOutsideOfVideoZoomRangesForDepthDeliverySupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/zoomfactorsoutsideofvideozoomrangesfordepthdeliverysupported
---

# zoomFactorsOutsideOfVideoZoomRangesForDepthDeliverySupported

A Boolean value that indicates whether the format supports zoom factors outside the range supported for depth delivery.

## Declaration

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

## Discussion

Discussion Setting a zoom factor outside the range defined by the supportedVideoZoomFactorsForDepthDataDelivery property results in the system suspending depth data delivery. It resumes delivery when you set the zoom factor back to a supported value.

## See Also

### Determining zoom capabilities

- [systemRecommendedVideoZoomRange](avfoundation/avcapturedevice/format/systemrecommendedvideozoomrange.md)
- [videoMaxZoomFactor](avfoundation/avcapturedevice/format/videomaxzoomfactor.md)
- [videoZoomFactorUpscaleThreshold](avfoundation/avcapturedevice/format/videozoomfactorupscalethreshold.md)
- [secondaryNativeResolutionZoomFactors](avfoundation/avcapturedevice/format/secondarynativeresolutionzoomfactors.md)
- [supportedVideoZoomRangesForDepthDataDelivery](avfoundation/avcapturedevice/format/supportedvideozoomrangesfordepthdatadelivery.md)
