Class AVAssetDownloadTask

All Implemented Interfaces:
NSObjectProtocol, NSProgressReporting, ObjCProtocol

public class AVAssetDownloadTask
extends NSURLSessionTask
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • AVAssetDownloadTask

      protected AVAssetDownloadTask()
    • AVAssetDownloadTask

      protected AVAssetDownloadTask​(NSObject.Handle h, long handle)
    • AVAssetDownloadTask

      protected AVAssetDownloadTask​(NSObject.SkipInit skipInit)
  • Method Details

    • getURLAsset

      public AVURLAsset getURLAsset()
    • getDestinationURL

      @Deprecated public NSURL getDestinationURL()
      Deprecated.
      Deprecated in iOS 10.0. Use the URL property of URLAsset instead
      Since:
      Available in iOS 9.0 and later.
    • getOptions

      public AVAssetDownloadTaskOptions getOptions()
    • getLoadedTimeRanges

      public List<CMTimeRange> getLoadedTimeRanges()