PHLivePhotoEditingContext.SaveLivePhoto Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
SaveLivePhoto(PHContentEditingOutput, Action<Boolean,NSError>) |
Salva uma foto ao vivo. |
SaveLivePhoto(PHContentEditingOutput, NSDictionary<NSString,NSObject>, Action<Boolean,NSError>) |
Salva uma foto ao vivo. |
SaveLivePhoto(PHContentEditingOutput, PHLivePhotoEditingOption, Action<Boolean,NSError>) |
Salva uma foto ao vivo. |
Salva uma foto ao vivo.
public void SaveLivePhoto (Photos.PHContentEditingOutput output, Action<bool,Foundation.NSError> handler);
member this.SaveLivePhoto : Photos.PHContentEditingOutput * Action<bool, Foundation.NSError> -> unit
Parâmetros
- output
- PHContentEditingOutput
A saída que receberá os dados do Live Photo.
Um manipulador que recebe um erro e é executado no thread principal quando o processamento é concluído.
Aplica-se a
Salva uma foto ao vivo.
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
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
.
Um manipulador que usa um bool
erro e um e é executado quando a renderização é concluída.
Aplica-se a
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);
member this.SaveLivePhoto : Photos.PHContentEditingOutput * Photos.PHLivePhotoEditingOption * Action<bool, Foundation.NSError> -> unit
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
.
Um manipulador que usa um bool
erro e um e é executado quando a renderização é concluída.
- Atributos