Contents

controlsDelegateCallbackQueue

The dispatch queue on which the system calls controls delegate methods.

Declaration

var controlsDelegateCallbackQueue: dispatch_queue_t? { get }

Discussion

Call the setControlsDelegate(_:queue:) method to specify the dispatch queue on which to call the controls delegate methods.

See Also

Configuring capture controls