AVAssetResourceLoaderDelegate.DidCancelLoadingRequest Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
Parameter
- resourceLoader
- AVAssetResourceLoader
- loadingRequest
- AVAssetResourceLoadingRequest
- Attribute