AVPlayerItemVideoOutput.SetDelegate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes