AVAssetDownloadDelegate_Extensions.DidCompleteForMediaSelection Method

Definition

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

Parameters

This
IAVAssetDownloadDelegate

The instance on which this extension method operates.

session
NSUrlSession
aggregateAssetDownloadTask
AVAggregateAssetDownloadTask
mediaSelection
AVMediaSelection
Attributes

Applies to