PHLivePhotoFrameProcessingBlock Délégué

Définition

Attention

Use 'PHLivePhotoFrameProcessingBlock2' instead.

Délégué appelé sur chaque image d’une photo en direct au fur et à mesure qu’elle est traitée.

[System.Obsolete("Use 'PHLivePhotoFrameProcessingBlock2' instead.")]
public delegate CoreImage.CIImage PHLivePhotoFrameProcessingBlock(IPHLivePhotoFrame frame, NSError error);
type PHLivePhotoFrameProcessingBlock = delegate of IPHLivePhotoFrame * NSError -> CIImage

Paramètres

frame
IPHLivePhotoFrame

Image vidéo à traiter.

error
NSError

Erreur dans laquelle enregistrer les problèmes qui se sont produits lors du traitement de l’image.

Valeur renvoyée

Image traitée qui représente le cadre.

Attributs

S’applique à