AVAssetDownloadDelegate_Extensions.DidReceiveMetricEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidReceiveMetricEvent(this AVFoundation.IAVAssetDownloadDelegate This, Foundation.NSUrlSession session, AVFoundation.AVAssetDownloadTask assetDownloadTask, AVFoundation.AVMetricEvent metricEvent);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidReceiveMetricEvent : AVFoundation.IAVAssetDownloadDelegate * Foundation.NSUrlSession * AVFoundation.AVAssetDownloadTask * AVFoundation.AVMetricEvent -> unit
Parameters
- session
- NSUrlSession
- assetDownloadTask
- AVAssetDownloadTask
- metricEvent
- AVMetricEvent
- Attributes