다음을 통해 공유


PHLivePhotoEditingContext.SaveLivePhoto 메서드

정의

오버로드

SaveLivePhoto(PHContentEditingOutput, Action<Boolean,NSError>)

라이브 사진을 저장합니다.

SaveLivePhoto(PHContentEditingOutput, NSDictionary<NSString,NSObject>, Action<Boolean,NSError>)

라이브 사진을 저장합니다.

SaveLivePhoto(PHContentEditingOutput, PHLivePhotoEditingOption, Action<Boolean,NSError>)

라이브 사진을 저장합니다.

SaveLivePhoto(PHContentEditingOutput, Action<Boolean,NSError>)

라이브 사진을 저장합니다.

public void SaveLivePhoto (Photos.PHContentEditingOutput output, Action<bool,Foundation.NSError> handler);
member this.SaveLivePhoto : Photos.PHContentEditingOutput * Action<bool, Foundation.NSError> -> unit

매개 변수

output
PHContentEditingOutput

라이브 사진 데이터를 받을 출력입니다.

handler
Action<Boolean,NSError>

처리가 완료되면 오류를 수신하고 주 스레드에서 실행되는 처리기입니다.

적용 대상

SaveLivePhoto(PHContentEditingOutput, NSDictionary<NSString,NSObject>, Action<Boolean,NSError>)

라이브 사진을 저장합니다.

public virtual void SaveLivePhoto (Photos.PHContentEditingOutput output, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, Action<bool,Foundation.NSError> handler);
abstract member SaveLivePhoto : Photos.PHContentEditingOutput * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Action<bool, Foundation.NSError> -> unit
override this.SaveLivePhoto : Photos.PHContentEditingOutput * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Action<bool, Foundation.NSError> -> unit

매개 변수

output
PHContentEditingOutput

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

options
NSDictionary<NSString,NSObject>

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

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

handler
Action<Boolean,NSError>

및 오류가 발생 bool 하며 렌더링이 완료되면 실행되는 처리기입니다.

적용 대상

SaveLivePhoto(PHContentEditingOutput, PHLivePhotoEditingOption, Action<Boolean,NSError>)

라이브 사진을 저장합니다.

[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 void SaveLivePhoto (Photos.PHContentEditingOutput output, Photos.PHLivePhotoEditingOption options, Action<bool,Foundation.NSError> handler);
member this.SaveLivePhoto : Photos.PHContentEditingOutput * Photos.PHLivePhotoEditingOption * Action<bool, Foundation.NSError> -> unit

매개 변수

output
PHContentEditingOutput

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

options
PHLivePhotoEditingOption

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

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

handler
Action<Boolean,NSError>

및 오류가 발생 bool 하며 렌더링이 완료되면 실행되는 처리기입니다.

특성

적용 대상