PHLivePhotoEditingContext.PrepareLivePhotoForPlayback Método

Definição

Sobrecargas

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prepara uma Foto Ao Vivo editada para reprodução.

public void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Action<Photos.PHLivePhoto,Foundation.NSError> handler);

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

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

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);

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

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

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);

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

Aplica-se a