PHLivePhotoEditingContext.PrepareLivePhotoForPlayback Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
- 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