---
title: AVCaptureSynchronizedDepthData
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcapturesynchronizeddepthdata
---

# AVCaptureSynchronizedDepthData

A container for scene depth information collected using synchronized capture.

## Declaration

```swift
class AVCaptureSynchronizedDepthData
```

## Topics

### Accessing synchronized data

- [depthData](avfoundation/avcapturesynchronizeddepthdata/depthdata.md)

### Handling dropped data

- [depthDataWasDropped](avfoundation/avcapturesynchronizeddepthdata/depthdatawasdropped.md)
- [droppedReason](avfoundation/avcapturesynchronizeddepthdata/droppedreason.md)

## Relationships

### Inherits From

- [AVCaptureSynchronizedData](avfoundation/avcapturesynchronizeddata.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Synchronized capture

- [AVCaptureDataOutputSynchronizer](avfoundation/avcapturedataoutputsynchronizer.md)
- [AVCaptureSynchronizedDataCollection](avfoundation/avcapturesynchronizeddatacollection.md)
- [AVCaptureSynchronizedSampleBufferData](avfoundation/avcapturesynchronizedsamplebufferdata.md)
- [AVCaptureSynchronizedMetadataObjectData](avfoundation/avcapturesynchronizedmetadataobjectdata.md)
- [AVCaptureSynchronizedData](avfoundation/avcapturesynchronizeddata.md)
