PHLivePhotoEditingContext.PrepareLivePhotoForPlayback 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.
PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>) |
Prepara uma Foto Ao Vivo editada para reprodução. |
PrepareLivePhotoForPlayback(CGSize, NSDictionary<NSString,NSObject>, Action<PHLivePhoto,NSError>) |
Prepara uma Foto Ao Vivo editada para reprodução. |
PrepareLivePhotoForPlayback(CGSize, PHLivePhotoEditingOption, Action<PHLivePhoto,NSError>) |
Prepara uma Foto Ao Vivo editada para reprodução. |
Prepara uma Foto Ao Vivo editada para reprodução.
public void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
member this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit
Parâmetros
- targetSize
- CGSize
O tamanho da exibição de saída a ser direcionada.
- handler
- Action<PHLivePhoto,NSError>
Um manipulador que usa o Live Photo e um erro e é executado no thread principal quando o processamento é concluído.
Aplica-se a
Prepara uma Foto Ao Vivo editada para reprodução.
public virtual void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
abstract member PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit
override this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit
Parâmetros
- targetSize
- CGSize
O tamanho da exibição de saída a ser direcionada.
- options
- NSDictionary<NSString,NSObject>
Opções de processamento de fotos ao vivo.
Esse parâmetro pode ser null
.
- handler
- Action<PHLivePhoto,NSError>
Um manipulador que usa o Live Photo e um erro e é executado no thread principal quando o processamento é concluído.
Aplica-se a
Prepara uma Foto Ao Vivo editada para reprodução.
[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 PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Photos.PHLivePhotoEditingOption options, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
member this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Photos.PHLivePhotoEditingOption * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit
Parâmetros
- targetSize
- CGSize
O tamanho da exibição de saída a ser direcionada.
- options
- PHLivePhotoEditingOption
Opções de processamento de fotos ao vivo.
Esse parâmetro pode ser null
.
- handler
- Action<PHLivePhoto,NSError>
Um manipulador que usa o Live Photo e um erro e é executado no thread principal quando o processamento é concluído.
- Atributos