AVAssetDownloadUrlSession.GetAssetDownloadTask Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAssetDownloadTask(AVUrlAsset, AVMediaSelection[], String, NSData, NSDictionary<NSString,NSObject>) | |
GetAssetDownloadTask(AVUrlAsset, NSUrl, AVAssetDownloadOptions) |
Obtient un T:AVFoundation.AVAssetDownloadTask pour l’élément multimédia, la destination et les options spécifiés. |
GetAssetDownloadTask(AVUrlAsset, NSUrl, NSDictionary) |
Les développeurs ne doivent pas utiliser cette méthode déconseillée. Utilisez « GetAssetDownloadTask (AVUrlAsset, string, NSData, NSDictionary<NSString, NSObject>) ». |
GetAssetDownloadTask(AVUrlAsset, String, NSData, AVAssetDownloadOptions) |
Obtient un T:AVFoundation.AVAssetDownloadTask pour l’élément multimédia, le titre, l’illustration et les options spécifiés. |
GetAssetDownloadTask(AVUrlAsset, String, NSData, NSDictionary) |
Obtient un T:AVFoundation.AVAssetDownloadTask pour l’élément multimédia, le titre, l’illustration et les options spécifiés. |
GetAssetDownloadTask(AVUrlAsset, AVMediaSelection[], String, NSData, NSDictionary<NSString,NSObject>)
[Foundation.Export("aggregateAssetDownloadTaskWithURLAsset:mediaSelections:assetTitle:assetArtworkData:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVAggregateAssetDownloadTask GetAssetDownloadTask (AVFoundation.AVUrlAsset URLAsset, AVFoundation.AVMediaSelection[] mediaSelections, string title, Foundation.NSData artworkData, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member GetAssetDownloadTask : AVFoundation.AVUrlAsset * AVFoundation.AVMediaSelection[] * string * Foundation.NSData * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> AVFoundation.AVAggregateAssetDownloadTask
override this.GetAssetDownloadTask : AVFoundation.AVUrlAsset * AVFoundation.AVMediaSelection[] * string * Foundation.NSData * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> AVFoundation.AVAggregateAssetDownloadTask
Paramètres
- URLAsset
- AVUrlAsset
- mediaSelections
- AVMediaSelection[]
- title
- String
Retours
- Attributs
S’applique à
GetAssetDownloadTask(AVUrlAsset, NSUrl, AVAssetDownloadOptions)
Obtient un T:AVFoundation.AVAssetDownloadTask pour l’élément multimédia, la destination et les options spécifiés.
public AVFoundation.AVAssetDownloadTask GetAssetDownloadTask (AVFoundation.AVUrlAsset urlAsset, Foundation.NSUrl destinationUrl, AVFoundation.AVAssetDownloadOptions options);
member this.GetAssetDownloadTask : AVFoundation.AVUrlAsset * Foundation.NSUrl * AVFoundation.AVAssetDownloadOptions -> AVFoundation.AVAssetDownloadTask
Paramètres
- urlAsset
- AVUrlAsset
- destinationUrl
- NSUrl
- options
- AVAssetDownloadOptions
Retours
S’applique à
GetAssetDownloadTask(AVUrlAsset, NSUrl, NSDictionary)
Les développeurs ne doivent pas utiliser cette méthode déconseillée. Utilisez « GetAssetDownloadTask (AVUrlAsset, string, NSData, NSDictionary<NSString, NSObject>) ».
[Foundation.Export("assetDownloadTaskWithURLAsset:destinationURL:options:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Please use 'GetAssetDownloadTask (AVUrlAsset, string, NSData, NSDictionary<NSString, NSObject>)'.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Please use 'GetAssetDownloadTask (AVUrlAsset, string, NSData, NSDictionary<NSString, NSObject>)'.")]
public virtual AVFoundation.AVAssetDownloadTask GetAssetDownloadTask (AVFoundation.AVUrlAsset urlAsset, Foundation.NSUrl destinationUrl, Foundation.NSDictionary options);
abstract member GetAssetDownloadTask : AVFoundation.AVUrlAsset * Foundation.NSUrl * Foundation.NSDictionary -> AVFoundation.AVAssetDownloadTask
override this.GetAssetDownloadTask : AVFoundation.AVUrlAsset * Foundation.NSUrl * Foundation.NSDictionary -> AVFoundation.AVAssetDownloadTask
Paramètres
- urlAsset
- AVUrlAsset
- destinationUrl
- NSUrl
Retours
- Attributs
S’applique à
GetAssetDownloadTask(AVUrlAsset, String, NSData, AVAssetDownloadOptions)
Obtient un T:AVFoundation.AVAssetDownloadTask pour l’élément multimédia, le titre, l’illustration et les options spécifiés.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public AVFoundation.AVAssetDownloadTask GetAssetDownloadTask (AVFoundation.AVUrlAsset urlAsset, string title, Foundation.NSData artworkData, AVFoundation.AVAssetDownloadOptions options);
member this.GetAssetDownloadTask : AVFoundation.AVUrlAsset * string * Foundation.NSData * AVFoundation.AVAssetDownloadOptions -> AVFoundation.AVAssetDownloadTask
Paramètres
- urlAsset
- AVUrlAsset
- title
- String
- artworkData
- NSData
- options
- AVAssetDownloadOptions
Retours
- Attributs
S’applique à
GetAssetDownloadTask(AVUrlAsset, String, NSData, NSDictionary)
Obtient un T:AVFoundation.AVAssetDownloadTask pour l’élément multimédia, le titre, l’illustration et les options spécifiés.
[Foundation.Export("assetDownloadTaskWithURLAsset:assetTitle:assetArtworkData:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVAssetDownloadTask GetAssetDownloadTask (AVFoundation.AVUrlAsset urlAsset, string title, Foundation.NSData artworkData, Foundation.NSDictionary options);
abstract member GetAssetDownloadTask : AVFoundation.AVUrlAsset * string * Foundation.NSData * Foundation.NSDictionary -> AVFoundation.AVAssetDownloadTask
override this.GetAssetDownloadTask : AVFoundation.AVUrlAsset * string * Foundation.NSData * Foundation.NSDictionary -> AVFoundation.AVAssetDownloadTask
Paramètres
- urlAsset
- AVUrlAsset
- title
- String
Retours
- Attributs