Uses of Class
org.robovm.apple.avfoundation.AVURLAsset
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVURLAsset in org.robovm.apple.avfoundation
Subclasses of AVURLAsset in org.robovm.apple.avfoundation Modifier and Type Class Description classAVFragmentedAssetMethods in org.robovm.apple.avfoundation that return AVURLAsset Modifier and Type Method Description static AVURLAssetAVURLAsset. createProviderDataObject(NSData data, String typeIdentifier)AVURLAssetAVAggregateAssetDownloadTask. getURLAsset()AVURLAssetAVAssetDownloadTask. getURLAsset()Methods in org.robovm.apple.avfoundation with parameters of type AVURLAsset Modifier and Type Method Description AVAggregateAssetDownloadTaskAVAssetDownloadURLSession. aggregateAssetDownloadTaskWithURLAsset(AVURLAsset URLAsset, NSArray<AVMediaSelection> mediaSelections, String title, NSData artworkData, NSDictionary<NSString,?> options)protected static longAVAssetDownloadConfiguration. create(AVURLAsset asset, String title)AVAssetDownloadTaskAVAssetDownloadURLSession. newAssetDownloadTask(AVURLAsset URLAsset, String title, NSData artworkData, AVAssetDownloadTaskOptions options)AVAssetDownloadTaskAVAssetDownloadURLSession. newAssetDownloadTask(AVURLAsset URLAsset, NSURL destinationURL, AVAssetDownloadTaskOptions options)Deprecated.Deprecated in iOS 10.0.Constructors in org.robovm.apple.avfoundation with parameters of type AVURLAsset Constructor Description AVAssetDownloadConfiguration(AVURLAsset asset, String title)