Contents

VTRAWProcessingSessionCompleteFrames

Forces the RAW Processor to complete processing frames.

Declaration

extern OSStatus VTRAWProcessingSessionCompleteFrames(VTRAWProcessingSessionRef session);

Parameters

  • session:

    The RAW processing session.

Discussion

Call this after calling a set of VTRAWProcessingSessionProcessFrame calls to ensure that all frames have been processed. Before VTRAWProcessingSessionCompleteFrames returns, the output handler will be invoked for all pending frames.

See Also

Processing frames