Upravit

Sdílet prostřednictvím


AVPlayerItemVideoOutput.SetDelegate Method

Definition

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

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

Parameters

delegateClass
IAVPlayerItemOutputPullDelegate

To be added.

This parameter can be null.

delegateQueue
DispatchQueue

To be added.

This parameter can be null.

Attributes

Applies to