VTRawProcessingOutputHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- processedPixelBuffer
- CVPixelBuffer
The CVPixelBuffer with the processed video frame if the processing was successful, otherwise null.