AVAssetDownloadDelegate_Extensions.DidLoadTimeRange 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.
Overloads
DidLoadTimeRange(IAVAssetDownloadDelegate, NSUrlSession, AVAssetDownloadTask, CMTimeRange, NSValue[], CMTimeRange)
public static void DidLoadTimeRange (this AVFoundation.IAVAssetDownloadDelegate This, Foundation.NSUrlSession session, AVFoundation.AVAssetDownloadTask assetDownloadTask, CoreMedia.CMTimeRange timeRange, Foundation.NSValue[] loadedTimeRanges, CoreMedia.CMTimeRange timeRangeExpectedToLoad);
static member DidLoadTimeRange : AVFoundation.IAVAssetDownloadDelegate * Foundation.NSUrlSession * AVFoundation.AVAssetDownloadTask * CoreMedia.CMTimeRange * Foundation.NSValue[] * CoreMedia.CMTimeRange -> unit
Parameters
The instance on which this extension method operates.
- session
- NSUrlSession
- assetDownloadTask
- AVAssetDownloadTask
- timeRange
- CMTimeRange
- loadedTimeRanges
- NSValue[]
- timeRangeExpectedToLoad
- CMTimeRange
Applies to
DidLoadTimeRange(IAVAssetDownloadDelegate, NSUrlSession, AVAggregateAssetDownloadTask, CMTimeRange, NSValue[], CMTimeRange, AVMediaSelection)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidLoadTimeRange (this AVFoundation.IAVAssetDownloadDelegate This, Foundation.NSUrlSession session, AVFoundation.AVAggregateAssetDownloadTask aggregateAssetDownloadTask, CoreMedia.CMTimeRange timeRange, Foundation.NSValue[] loadedTimeRanges, CoreMedia.CMTimeRange timeRangeExpectedToLoad, AVFoundation.AVMediaSelection mediaSelection);
static member DidLoadTimeRange : AVFoundation.IAVAssetDownloadDelegate * Foundation.NSUrlSession * AVFoundation.AVAggregateAssetDownloadTask * CoreMedia.CMTimeRange * Foundation.NSValue[] * CoreMedia.CMTimeRange * AVFoundation.AVMediaSelection -> unit
Parameters
The instance on which this extension method operates.
- session
- NSUrlSession
- aggregateAssetDownloadTask
- AVAggregateAssetDownloadTask
- timeRange
- CMTimeRange
- loadedTimeRanges
- NSValue[]
- timeRangeExpectedToLoad
- CMTimeRange
- mediaSelection
- AVMediaSelection
- Attributes