<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVDepthData/availableDepthDataTypes-472g0",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVDepthData(py)availableDepthDataTypes"
  },
  "title" : "availableDepthDataTypes"
}
-->

# availableDepthDataTypes

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

```
@property (readonly) NSArray<NSNumber *> * availableDepthDataTypes;
```

## Discussion

Use the [`converting(toDepthDataType:)`](/documentation/AVFoundation/AVDepthData/converting(toDepthDataType:)) method to obtain a converted depth data object using one of the types in this list.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)