Partager via


PHLivePhotoEditingContext.PrepareLivePhotoForPlayback Méthode

Définition

Surcharges

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prépare une photo en direct modifiée pour la lecture.

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

Prépare une photo en direct modifiée pour la lecture.

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

Prépare une photo en direct modifiée pour la lecture.

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

Prépare une photo en direct modifiée pour la lecture.

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

Paramètres

targetSize
CGSize

Taille de la vue de sortie à cibler.

handler
Action<PHLivePhoto,NSError>

Gestionnaire qui prend la photo en direct et une erreur et qui est exécuté sur le thread principal une fois le traitement terminé.

S’applique à

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

Prépare une photo en direct modifiée pour la lecture.

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

Paramètres

targetSize
CGSize

Taille de la vue de sortie à cibler.

options
NSDictionary<NSString,NSObject>

Options de traitement live Photo.

Ce paramètre peut être null.

handler
Action<PHLivePhoto,NSError>

Gestionnaire qui prend la photo en direct et une erreur et qui est exécuté sur le thread principal une fois le traitement terminé.

S’applique à

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

Prépare une photo en direct modifiée pour la lecture.

[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

Paramètres

targetSize
CGSize

Taille de la vue de sortie à cibler.

options
PHLivePhotoEditingOption

Options de traitement live Photo.

Ce paramètre peut être null.

handler
Action<PHLivePhoto,NSError>

Gestionnaire qui prend la photo en direct et une erreur et qui est exécuté sur le thread principal une fois le traitement terminé.

Attributs

S’applique à