AVAssetDownloadDelegate_Extensions.DidLoadTimeRange Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- session
- NSUrlSession
- assetDownloadTask
- AVAssetDownloadTask
- timeRange
- CMTimeRange
- loadedTimeRanges
- NSValue[]
- timeRangeExpectedToLoad
- CMTimeRange
Gilt für:
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
Parameter
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- session
- NSUrlSession
- aggregateAssetDownloadTask
- AVAggregateAssetDownloadTask
- timeRange
- CMTimeRange
- loadedTimeRanges
- NSValue[]
- timeRangeExpectedToLoad
- CMTimeRange
- mediaSelection
- AVMediaSelection
- Attribute