Contents

delegateCallbackQueue

A dispatch queue for delivering depth data.

Declaration

var delegateCallbackQueue: dispatch_queue_t? { get }

Discussion

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

See Also

Receiving captured depth data