---
title: supportedDepthDataFormats
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/supporteddepthdataformats
---

# supportedDepthDataFormats

The list of data formats compatible with this video format.

## Declaration

```swift
var supportedDepthDataFormats: [AVCaptureDevice.Format] { get }
```

## Discussion

Discussion Depth data capture requires a compatible pairing of video format and depth data format. After you set a capture device’s activeFormat property to this format, you can set the device’s activeDepthDataFormat property to one of the formats in this array. Supported depth data formats always match the aspect ratio of their corresponding video format.

## See Also

### Determining depth capture support

- [supportedVideoZoomFactorsForDepthDataDelivery](avfoundation/avcapturedevice/format/supportedvideozoomfactorsfordepthdatadelivery.md)
