Share via


AVAssetResourceLoaderDelegate.ShouldWaitForLoadingOfRequestedResource Method

Definition

[Foundation.Export("resourceLoader:shouldWaitForLoadingOfRequestedResource:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldWaitForLoadingOfRequestedResource(AVFoundation.AVAssetResourceLoader resourceLoader, AVFoundation.AVAssetResourceLoadingRequest loadingRequest);
[<Foundation.Export("resourceLoader:shouldWaitForLoadingOfRequestedResource:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldWaitForLoadingOfRequestedResource : AVFoundation.AVAssetResourceLoader * AVFoundation.AVAssetResourceLoadingRequest -> bool
override this.ShouldWaitForLoadingOfRequestedResource : AVFoundation.AVAssetResourceLoader * AVFoundation.AVAssetResourceLoadingRequest -> bool

Parameters

resourceLoader
AVAssetResourceLoader

Returns

Implements

Attributes

Applies to