次の方法で共有


AVAssetDownloadUrlSession.GetAssetDownloadTask メソッド

定義

オーバーロード

GetAssetDownloadTask(AVUrlAsset, AVMediaSelection[], String, NSData, NSDictionary<NSString,NSObject>)
GetAssetDownloadTask(AVUrlAsset, NSUrl, AVAssetDownloadOptions)

指定した資産、宛先、およびオプションの T:AVFoundation.AVAssetDownloadTask を 取得します。

GetAssetDownloadTask(AVUrlAsset, NSUrl, NSDictionary)

開発者は、この非推奨のメソッドを使用しないでください。 'GetAssetDownloadTask (AVUrlAsset, string, NSData, NSDictionary<NSString, NSObject>)' を使用してください。

GetAssetDownloadTask(AVUrlAsset, String, NSData, AVAssetDownloadOptions)

指定した資産、タイトル、アートワーク、およびオプションの T:AVFoundation.AVAssetDownloadTask を 取得します。

GetAssetDownloadTask(AVUrlAsset, String, NSData, NSDictionary)

指定した資産、タイトル、アートワーク、およびオプションの T:AVFoundation.AVAssetDownloadTask を 取得します。

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

パラメーター

URLAsset
AVUrlAsset
mediaSelections
AVMediaSelection[]
title
String
artworkData
NSData

追加する。

このパラメーターは、null に設定できます。

options
NSDictionary<NSString,NSObject>

追加する。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象

GetAssetDownloadTask(AVUrlAsset, NSUrl, AVAssetDownloadOptions)

指定した資産、宛先、およびオプションの T:AVFoundation.AVAssetDownloadTask を 取得します。

public AVFoundation.AVAssetDownloadTask GetAssetDownloadTask (AVFoundation.AVUrlAsset urlAsset, Foundation.NSUrl destinationUrl, AVFoundation.AVAssetDownloadOptions options);
member this.GetAssetDownloadTask : AVFoundation.AVUrlAsset * Foundation.NSUrl * AVFoundation.AVAssetDownloadOptions -> AVFoundation.AVAssetDownloadTask

パラメーター

urlAsset
AVUrlAsset
destinationUrl
NSUrl

戻り値

適用対象

GetAssetDownloadTask(AVUrlAsset, NSUrl, NSDictionary)

開発者は、この非推奨のメソッドを使用しないでください。 '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

パラメーター

urlAsset
AVUrlAsset
destinationUrl
NSUrl
options
NSDictionary

追加する。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象

GetAssetDownloadTask(AVUrlAsset, String, NSData, AVAssetDownloadOptions)

指定した資産、タイトル、アートワーク、およびオプションの T:AVFoundation.AVAssetDownloadTask を 取得します。

[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

パラメーター

urlAsset
AVUrlAsset
title
String
artworkData
NSData

戻り値

属性

適用対象

GetAssetDownloadTask(AVUrlAsset, String, NSData, NSDictionary)

指定した資産、タイトル、アートワーク、およびオプションの T:AVFoundation.AVAssetDownloadTask を 取得します。

[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

パラメーター

urlAsset
AVUrlAsset
title
String
artworkData
NSData

追加する。

このパラメーターは、null に設定できます。

options
NSDictionary

追加する。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象