Contents

setDelegate(_:queue:)

Sets the delegate and a dispatch queue on which the delegate will be called.

Declaration

func setDelegate(_ delegate: (any AVPlayerItemMetadataCollectorPushDelegate)?, queue delegateQueue: dispatch_queue_t?)

Parameters

See Also

Accessing the delegate and callback queue