PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync 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.
PrepareLivePhotoForPlaybackAsync(CGSize) |
Prepara de forma assíncrona uma Foto Ao Vivo editada para reprodução, retornando uma tarefa que fornece a foto ao vivo. |
PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>) |
Prepara de forma assíncrona uma Foto Ao Vivo editada para reprodução, retornando uma tarefa que fornece a foto ao vivo. |
PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption) |
Prepara de forma assíncrona uma Foto Ao Vivo editada para reprodução, retornando uma tarefa que fornece a foto ao vivo. |
Prepara de forma assíncrona uma Foto Ao Vivo editada para reprodução, retornando uma tarefa que fornece a foto ao vivo.
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
O tamanho da exibição de saída a ser direcionada.
Retornos
Aplica-se a
Prepara de forma assíncrona uma Foto Ao Vivo editada para reprodução, retornando uma tarefa que fornece a foto ao vivo.
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
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 .
Retornos
Uma tarefa que representa a operação assíncrona PrepareLivePhotoForPlayback. O valor do parâmetro TResult é do tipo Action<Photos.PHLivePhoto,Foundation.NSError>
.
Aplica-se a
Prepara de forma assíncrona uma Foto Ao Vivo editada para reprodução, retornando uma tarefa que fornece a 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 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
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
.
Retornos
- Atributos