Share via


PHLivePhotoEditingContext.PrepareLivePhotoForPlayback Metodo

Definizione

Overload

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prepara una foto live modificata per la riproduzione.

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

Prepara una foto live modificata per la riproduzione.

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

Prepara una foto live modificata per la riproduzione.

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prepara una foto live modificata per la riproduzione.

public void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
member this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit

Parametri

targetSize
CGSize

Dimensioni della visualizzazione di output di destinazione.

handler
Action<PHLivePhoto,NSError>

Gestore che accetta la foto live e un errore e viene eseguito nel thread principale al termine dell'elaborazione.

Si applica a

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

Prepara una foto live modificata per la riproduzione.

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

Parametri

targetSize
CGSize

Dimensioni della visualizzazione di output di destinazione.

options
NSDictionary<NSString,NSObject>

Opzioni di elaborazione foto live.

Questo parametro può essere null.

handler
Action<PHLivePhoto,NSError>

Gestore che accetta la foto live e un errore e viene eseguito nel thread principale al termine dell'elaborazione.

Si applica a

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

Prepara una foto live modificata per la riproduzione.

[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

Parametri

targetSize
CGSize

Dimensioni della visualizzazione di output di destinazione.

options
PHLivePhotoEditingOption

Opzioni di elaborazione foto live.

Questo parametro può essere null.

handler
Action<PHLivePhoto,NSError>

Gestore che accetta la foto live e un errore e viene eseguito nel thread principale al termine dell'elaborazione.

Attributi

Si applica a