Contents

delegateCallbackQueue

A dispatch queue for delivering synchronized capture data.

Declaration

var delegateCallbackQueue: dispatch_queue_t? { get }

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