setDelegate(_:queue:)
Sets the delegate object and the queue on which it’s invoked.
Declaration
func setDelegate(_ delegate: (any AVPlayerItemRenderedLegibleOutputPushDelegate)?, queue delegateQueue: dispatch_queue_t?)Parameters
- delegate:
A delegate object for this output.
- delegateQueue:
A dispatch queue on which the system calls all delegate methods.