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>

使用する Live Photo 処理オプション (存在する場合)。

このパラメーターは、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

使用する Live Photo 処理オプション (存在する場合)。

このパラメーターは、null に設定できます。

handler
Action<Boolean,NSError>

および エラーを bool 受け取り、レンダリングの完了時に実行されるハンドラー。

属性

適用対象