PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync 메서드

정의

오버로드

PrepareLivePhotoForPlaybackAsync(CGSize)

재생을 위해 편집된 라이브 사진을 비동기적으로 준비하여 라이브 사진을 제공하는 작업을 반환합니다.

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

재생을 위해 편집된 라이브 사진을 비동기적으로 준비하여 라이브 사진을 제공하는 작업을 반환합니다.

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

재생을 위해 편집된 라이브 사진을 비동기적으로 준비하여 라이브 사진을 제공하는 작업을 반환합니다.

PrepareLivePhotoForPlaybackAsync(CGSize)

재생을 위해 편집된 라이브 사진을 비동기적으로 준비하여 라이브 사진을 제공하는 작업을 반환합니다.

public System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize);
member this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

매개 변수

targetSize
CGSize

대상으로 지정할 출력 뷰의 크기입니다.

반환

적용 대상

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

재생을 위해 편집된 라이브 사진을 비동기적으로 준비하여 라이브 사진을 제공하는 작업을 반환합니다.

public virtual System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Photos.PHLivePhoto>
override this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

매개 변수

targetSize
CGSize

대상으로 지정할 출력 뷰의 크기입니다.

options
NSDictionary<NSString,NSObject>

라이브 사진 처리 옵션. 이 매개 변수는 일 수 있습니다.

반환

비동기 PrepareLivePhotoForPlayback 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 형식 Action<Photos.PHLivePhoto,Foundation.NSError>입니다.

적용 대상

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

재생을 위해 편집된 라이브 사진을 비동기적으로 준비하여 라이브 사진을 제공하는 작업을 반환합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize, Photos.PHLivePhotoEditingOption options);
member this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Photos.PHLivePhotoEditingOption -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

매개 변수

targetSize
CGSize

대상으로 지정할 출력 뷰의 크기입니다.

options
PHLivePhotoEditingOption

라이브 사진 처리 옵션.

이 매개 변수는 null일 수 있습니다.

반환

특성

적용 대상