AVAssetDownloadUrlSession.GetAssetDownloadTask 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
반환
- 특성
적용 대상
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
- options
- AVAssetDownloadOptions
반환
적용 대상
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
반환
- 특성
적용 대상
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
- options
- AVAssetDownloadOptions
반환
- 특성
적용 대상
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
반환
- 특성