Share via


PHLivePhotoEditingContext.SaveLivePhoto Metodo

Definizione

Overload

SaveLivePhoto(PHContentEditingOutput, Action<Boolean,NSError>)

Salva una foto live.

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

Salva una foto live.

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

Salva una foto live.

SaveLivePhoto(PHContentEditingOutput, Action<Boolean,NSError>)

Salva una foto live.

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

Parametri

output
PHContentEditingOutput

Output che riceverà i dati di Live Photo.

handler
Action<Boolean,NSError>

Un gestore che riceve un errore e viene eseguito nel thread principale al termine dell'elaborazione.

Si applica a

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

Salva una foto live.

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

Parametri

output
PHContentEditingOutput

Output di modifica foto in cui salvare la foto.

options
NSDictionary<NSString,NSObject>

Opzioni di elaborazione foto live da usare, se presenti.

Questo parametro può essere null.

handler
Action<Boolean,NSError>

Gestore che accetta un bool errore e viene eseguito al termine del rendering.

Si applica a

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

Salva una foto live.

[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

Parametri

output
PHContentEditingOutput

Output di modifica foto in cui salvare la foto.

options
PHLivePhotoEditingOption

Opzioni di elaborazione foto live da usare, se presenti.

Questo parametro può essere null.

handler
Action<Boolean,NSError>

Gestore che accetta un bool errore e viene eseguito al termine del rendering.

Attributi

Si applica a