Contents

VTRAWProcessingOutputHandler

A block the system calls when frame processing is complete.

Declaration

typedef void (^)(int, struct __CVBuffer *) VTRAWProcessingOutputHandler;

Discussion

On successful processing, will return a CVPixelBuffer conforming to the session’s outputPixelBufferAttributes if any were provided.

See Also

Data types