---
title: delegateCallbackQueue
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedataoutputsynchronizer/delegatecallbackqueue
---

# delegateCallbackQueue

A dispatch queue for delivering synchronized capture data.

## Declaration

```swift
var delegateCallbackQueue: dispatch_queue_t? { get }
```

## Discussion

Discussion This property is read-only. You set the delegate object and the dispatch queue for delegate methods together using the setDelegate(_:queue:) method.

## See Also

### Receiving synchronized capture data

- [setDelegate(_:queue:)](avfoundation/avcapturedataoutputsynchronizer/setdelegate(_:queue:).md)
- [delegate](avfoundation/avcapturedataoutputsynchronizer/delegate.md)
- [AVCaptureDataOutputSynchronizerDelegate](avfoundation/avcapturedataoutputsynchronizerdelegate.md)
