Contents

setDelegate(_:queue:)

Sets the receiver’s delegate and the dispatch queue on which the delegate will be called.

Declaration

func setDelegate(_ delegate: (any AVCaptureBroadcastVideoOutputDelegate)?, queue delegateCallbackQueue: dispatch_queue_t?)

Parameters

See Also

Related Documentation

Managing the Output