Compartir a través de


PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync Método

Definición

Sobrecargas

PrepareLivePhotoForPlaybackAsync(CGSize)

Prepara de forma asincrónica una foto en directo editada para su reproducción, devolviendo una tarea que proporciona la foto en directo.

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

Prepara de forma asincrónica una foto en directo editada para su reproducción, devolviendo una tarea que proporciona la foto en directo.

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

Prepara de forma asincrónica una foto en directo editada para su reproducción, devolviendo una tarea que proporciona la foto en directo.

PrepareLivePhotoForPlaybackAsync(CGSize)

Prepara de forma asincrónica una foto en directo editada para su reproducción, devolviendo una tarea que proporciona la foto en directo.

public System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize);
member this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

Parámetros

targetSize
CGSize

Tamaño de la vista de salida de destino.

Devoluciones

Se aplica a

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

Prepara de forma asincrónica una foto en directo editada para su reproducción, devolviendo una tarea que proporciona la foto en directo.

public virtual System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Photos.PHLivePhoto>
override this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

Parámetros

targetSize
CGSize

Tamaño de la vista de salida de destino.

options
NSDictionary<NSString,NSObject>

Opciones de procesamiento de fotos en vivo. Este parámetro puede ser .

Devoluciones

Tarea que representa la operación Asincrónica PrepareLivePhotoForPlayback. El valor del parámetro TResult es de tipo Action<Photos.PHLivePhoto,Foundation.NSError>.

Se aplica a

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

Prepara de forma asincrónica una foto en directo editada para su reproducción, devolviendo una tarea que proporciona la foto en directo.

[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 System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize, Photos.PHLivePhotoEditingOption options);
member this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Photos.PHLivePhotoEditingOption -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

Parámetros

targetSize
CGSize

Tamaño de la vista de salida de destino.

options
PHLivePhotoEditingOption

Opciones de procesamiento de fotos en vivo.

Este parámetro puede ser null.

Devoluciones

Atributos

Se aplica a