AVAssetResourceLoaderDelegate.DidCancelLoadingRequest Method

Definition

[Foundation.Export("resourceLoader:didCancelLoadingRequest:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidCancelLoadingRequest (AVFoundation.AVAssetResourceLoader resourceLoader, AVFoundation.AVAssetResourceLoadingRequest loadingRequest);
abstract member DidCancelLoadingRequest : AVFoundation.AVAssetResourceLoader * AVFoundation.AVAssetResourceLoadingRequest -> unit
override this.DidCancelLoadingRequest : AVFoundation.AVAssetResourceLoader * AVFoundation.AVAssetResourceLoadingRequest -> unit

Parameters

resourceLoader
AVAssetResourceLoader
Attributes

Applies to