---
title: AVCaptureSynchronizedDataCollection
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcapturesynchronizeddatacollection
---

# AVCaptureSynchronizedDataCollection

A set of data samples collected simultaneously from multiple capture outputs.

## Declaration

```swift
class AVCaptureSynchronizedDataCollection
```

## Topics

### Accessing synchronized data

- [count](avfoundation/avcapturesynchronizeddatacollection/count.md)
- [synchronizedData(for:)](avfoundation/avcapturesynchronizeddatacollection/synchronizeddata(for:).md)
- [subscript(_:)](avfoundation/avcapturesynchronizeddatacollection/subscript(_:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [NSFastEnumeration](foundation/nsfastenumeration.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sequence](swift/sequence.md)

## See Also

### Synchronized capture

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