Share via


VTRawProcessingOutputHandler Delegate

Definition

This delegate is called when frame processing is finished.

public delegate void VTRawProcessingOutputHandler(VTStatus status, CVPixelBuffer? processedPixelBuffer);
type VTRawProcessingOutputHandler = delegate of VTStatus * CVPixelBuffer -> unit

Parameters

status
VTStatus

If processing was successful, this will be Ok, otherwise an error code.

processedPixelBuffer
CVPixelBuffer

The CVPixelBuffer with the processed video frame if the processing was successful, otherwise null.

Applies to