AVPlayerItemMetadataCollector.SetDelegate Method

Definition

Sets the delegate object and the dispatch queue on which it is called.

[Foundation.Export("setDelegate:queue:")]
public virtual void SetDelegate (AVFoundation.IAVPlayerItemMetadataCollectorPushDelegate pushDelegate, CoreFoundation.DispatchQueue delegateQueue);
abstract member SetDelegate : AVFoundation.IAVPlayerItemMetadataCollectorPushDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVPlayerItemMetadataCollectorPushDelegate * CoreFoundation.DispatchQueue -> unit

Parameters

pushDelegate
IAVPlayerItemMetadataCollectorPushDelegate

To be added.

This parameter can be null.

delegateQueue
DispatchQueue

To be added.

This parameter can be null.

Attributes

Applies to