Compartir a través de


PHLivePhotoEditingContext.PrepareLivePhotoForPlayback Método

Definición

Sobrecargas

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prepara una foto en directo editada para su reproducción.

PrepareLivePhotoForPlayback(CGSize, NSDictionary<NSString,NSObject>, Action<PHLivePhoto,NSError>)

Prepara una foto en directo editada para su reproducción.

PrepareLivePhotoForPlayback(CGSize, PHLivePhotoEditingOption, Action<PHLivePhoto,NSError>)

Prepara una foto en directo editada para su reproducción.

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prepara una foto en directo editada para su reproducción.

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

Tamaño de la vista de salida de destino.

handler
Action<PHLivePhoto,NSError>

Un controlador que toma live Photo y un error y se ejecuta en el subproceso principal cuando se completa el procesamiento.

Se aplica a

PrepareLivePhotoForPlayback(CGSize, NSDictionary<NSString,NSObject>, Action<PHLivePhoto,NSError>)

Prepara una foto en directo editada para su reproducción.

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

Tamaño de la vista de salida de destino.

options
NSDictionary<NSString,NSObject>

Opciones de procesamiento de fotos en directo.

Este parámetro puede ser null.

handler
Action<PHLivePhoto,NSError>

Un controlador que toma live Photo y un error y se ejecuta en el subproceso principal cuando se completa el procesamiento.

Se aplica a

PrepareLivePhotoForPlayback(CGSize, PHLivePhotoEditingOption, Action<PHLivePhoto,NSError>)

Prepara una foto en directo editada para su reproducción.

[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

Tamaño de la vista de salida de destino.

options
PHLivePhotoEditingOption

Opciones de procesamiento de fotos en directo.

Este parámetro puede ser null.

handler
Action<PHLivePhoto,NSError>

Un controlador que toma live Photo y un error y se ejecuta en el subproceso principal cuando se completa el procesamiento.

Atributos

Se aplica a