Contents

delegateCallbackQueue

The dispatch queue on which all Avcapturebroadcastvideooutputdelegate methods will be called.

Declaration

var delegateCallbackQueue: dispatch_queue_t? { get }

Discussion

The value of this property is a dispatch queue on which all delegate method calls will be serialized. If you have not called the setDelegate(_:queue:) method, the value of this property will be nil.

See Also

Related Documentation

Managing the Output