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