Edytuj

Udostępnij za pośrednictwem


AVAssetDownloadDelegate_Extensions.WillDownloadToUrl Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillDownloadToUrl (this AVFoundation.IAVAssetDownloadDelegate This, Foundation.NSUrlSession session, AVFoundation.AVAggregateAssetDownloadTask aggregateAssetDownloadTask, Foundation.NSUrl location);
static member WillDownloadToUrl : AVFoundation.IAVAssetDownloadDelegate * Foundation.NSUrlSession * AVFoundation.AVAggregateAssetDownloadTask * Foundation.NSUrl -> unit

Parameters

This
IAVAssetDownloadDelegate

The instance on which this extension method operates.

session
NSUrlSession
aggregateAssetDownloadTask
AVAggregateAssetDownloadTask
location
NSUrl
Attributes

Applies to