AVAssetResourceLoader.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 and dispatch queue.
[Foundation.Export("setDelegate:queue:")]
public virtual void SetDelegate (AVFoundation.IAVAssetResourceLoaderDelegate resourceLoaderDelegate, CoreFoundation.DispatchQueue delegateQueue);
abstract member SetDelegate : AVFoundation.IAVAssetResourceLoaderDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVAssetResourceLoaderDelegate * CoreFoundation.DispatchQueue -> unit
Parameters
- Attributes