PHLivePhotoFrameProcessingBlock Delegato

Definizione

Attenzione

Use 'PHLivePhotoFrameProcessingBlock2' instead.

Delegato chiamato su ogni cornice di una foto live durante l'elaborazione.

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

Parametri

frame
IPHLivePhotoFrame

Fotogramma video da elaborare.

error
NSError

Errore in cui registrare i problemi che si sono verificati durante l'elaborazione del frame.

Valore restituito

Immagine elaborata che rappresenta la cornice.

Attributi

Si applica a