---
title: AVCaptureSynchronizedSampleBufferData
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcapturesynchronizedsamplebufferdata
---

# AVCaptureSynchronizedSampleBufferData

A container for video or audio samples collected using synchronized capture.

## Declaration

```swift
class AVCaptureSynchronizedSampleBufferData
```

## Topics

### Accessing synchronized data

- [sampleBuffer](avfoundation/avcapturesynchronizedsamplebufferdata/samplebuffer.md)

### Handling dropped data

- [sampleBufferWasDropped](avfoundation/avcapturesynchronizedsamplebufferdata/samplebufferwasdropped.md)
- [droppedReason](avfoundation/avcapturesynchronizedsamplebufferdata/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)
- [AVCaptureSynchronizedMetadataObjectData](avfoundation/avcapturesynchronizedmetadataobjectdata.md)
- [AVCaptureSynchronizedDepthData](avfoundation/avcapturesynchronizeddepthdata.md)
- [AVCaptureSynchronizedData](avfoundation/avcapturesynchronizeddata.md)
