PHLivePhotoEditingContext.SaveLivePhotoAsync 메서드

정의

오버로드

SaveLivePhotoAsync(PHContentEditingOutput)

라이브 사진을 비동기적으로 저장하여 성공 또는 실패를 나타내는 작업을 반환합니다.

SaveLivePhotoAsync(PHContentEditingOutput, NSDictionary<NSString,NSObject>)

라이브 사진을 비동기적으로 저장하여 succes 또는 faiure를 나타내는 부울 값과 오류가 발생한 경우 오류가 포함된 튜플을 제공하는 작업을 반환합니다.

SaveLivePhotoAsync(PHContentEditingOutput, PHLivePhotoEditingOption)

라이브 사진을 비동기적으로 저장하여 발생한 오류가 포함된 작업을 반환합니다.

SaveLivePhotoAsync(PHContentEditingOutput)

라이브 사진을 비동기적으로 저장하여 성공 또는 실패를 나타내는 작업을 반환합니다.

public System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> SaveLivePhotoAsync (Photos.PHContentEditingOutput output);
member this.SaveLivePhotoAsync : Photos.PHContentEditingOutput -> System.Threading.Tasks.Task<bool * Foundation.NSError>

매개 변수

output
PHContentEditingOutput

사진을 저장할 사진 편집 출력입니다.

반환

적용 대상

SaveLivePhotoAsync(PHContentEditingOutput, NSDictionary<NSString,NSObject>)

라이브 사진을 비동기적으로 저장하여 succes 또는 faiure를 나타내는 부울 값과 오류가 발생한 경우 오류가 포함된 튜플을 제공하는 작업을 반환합니다.

public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> SaveLivePhotoAsync (Photos.PHContentEditingOutput output, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member SaveLivePhotoAsync : Photos.PHContentEditingOutput * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.SaveLivePhotoAsync : Photos.PHContentEditingOutput * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<bool * Foundation.NSError>

매개 변수

output
PHContentEditingOutput

사진을 저장할 사진 편집 출력입니다.

options
NSDictionary<NSString,NSObject>

사용할 라이브 사진 처리 옵션(있는 경우)입니다.

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

반환

적용 대상

SaveLivePhotoAsync(PHContentEditingOutput, 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<Tuple<bool,Foundation.NSError>> SaveLivePhotoAsync (Photos.PHContentEditingOutput output, Photos.PHLivePhotoEditingOption options);
member this.SaveLivePhotoAsync : Photos.PHContentEditingOutput * Photos.PHLivePhotoEditingOption -> System.Threading.Tasks.Task<bool * Foundation.NSError>

매개 변수

output
PHContentEditingOutput

사진을 저장할 사진 편집 출력입니다.

options
PHLivePhotoEditingOption

사용할 라이브 사진 처리 옵션(있는 경우)입니다.

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

반환

특성

적용 대상