PHLivePhotoEditingContext.SaveLivePhoto Método

Definição

Sobrecargas

SaveLivePhoto(PHContentEditingOutput, Action<Boolean,NSError>)

Salva uma foto ao vivo.

public void SaveLivePhoto (Photos.PHContentEditingOutput output, Action<bool,Foundation.NSError> handler);

Parâmetros

output
PHContentEditingOutput

A saída que receberá os dados do Live Photo.

handler
Action<Boolean,NSError>

Um manipulador que recebe um erro e é executado no thread principal quando o processamento é concluído.

Aplica-se a

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

Salva uma foto ao vivo.

public virtual void SaveLivePhoto (Photos.PHContentEditingOutput output, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, Action<bool,Foundation.NSError> handler);

Parâmetros

output
PHContentEditingOutput

A saída de edição de fotos para a qual salvar a foto.

options
NSDictionary<NSString,NSObject>

As opções de processamento de Fotos Dinâmicas a serem usadas, se houver.

Esse parâmetro pode ser null.

handler
Action<Boolean,NSError>

Um manipulador que usa um bool erro e um e é executado quando a renderização é concluída.

Aplica-se a

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

Salva uma foto ao vivo.

[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);

Parâmetros

output
PHContentEditingOutput

A saída de edição de fotos para a qual salvar a foto.

options
PHLivePhotoEditingOption

As opções de processamento de Fotos Dinâmicas a serem usadas, se houver.

Esse parâmetro pode ser null.

handler
Action<Boolean,NSError>

Um manipulador que usa um bool erro e um e é executado quando a renderização é concluída.

Atributos

Aplica-se a