---
title: availableDepthDataTypes
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avdepthdata/availabledepthdatatypes-3ifx1
---

# availableDepthDataTypes

The list of depth data formats to which you can convert this depth data.

## Declaration

```swift
@nonobjc var availableDepthDataTypes: [OSType] { get }
```

## Discussion

Discussion Use the converting(toDepthDataType:) method to obtain a converted depth data object using one of the types in this list.

## See Also

### Transforming and processing

- [applyingExifOrientation(_:)](avfoundation/avdepthdata/applyingexiforientation(_:).md)
- [converting(toDepthDataType:)](avfoundation/avdepthdata/converting(todepthdatatype:).md)
- [replacingDepthDataMap(with:)](avfoundation/avdepthdata/replacingdepthdatamap(with:).md)
