<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureSynchronizedDepthData",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureSynchronizedDepthData"
  },
  "title" : "AVCaptureSynchronizedDepthData"
}
-->

# AVCaptureSynchronizedDepthData

A container for scene depth information collected using synchronized capture.

```
class AVCaptureSynchronizedDepthData
```

## Topics

### Accessing synchronized data

[`var depthData: AVDepthData`](/documentation/AVFoundation/AVCaptureSynchronizedDepthData/depthData)

The depth data captured at this synchronization point.

### Handling dropped data

[`var depthDataWasDropped: Bool`](/documentation/AVFoundation/AVCaptureSynchronizedDepthData/depthDataWasDropped)

A Boolean value indicating whether depth data was discarded between capture and processing.

[`var droppedReason: AVCaptureOutput.DataDroppedReason`](/documentation/AVFoundation/AVCaptureSynchronizedDepthData/droppedReason)

A value indicating why the capture output failed to deliver depth data, if applicable.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`AVCaptureSynchronizedData`](/documentation/AVFoundation/AVCaptureSynchronizedData)

---

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)