AVPlayerItemMetadataOutput.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 dispatch queue on which it is called.
[Foundation.Export("setDelegate:queue:")]
public virtual void SetDelegate (AVFoundation.IAVPlayerItemMetadataOutputPushDelegate pushDelegate, CoreFoundation.DispatchQueue delegateQueue);
abstract member SetDelegate : AVFoundation.IAVPlayerItemMetadataOutputPushDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVPlayerItemMetadataOutputPushDelegate * CoreFoundation.DispatchQueue -> unit
Parameters
- pushDelegate
- IAVPlayerItemMetadataOutputPushDelegate
- delegateQueue
- DispatchQueue
- Attributes