pub unsafe extern "C-unwind" fn VTRAWProcessingSessionCompleteFrames(
session: &VTRAWProcessingSession,
) -> i32Available on crate feature
VTRAWProcessingSession only.Expand description
Forces the RAW Processor to complete processing frames.
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.
Parameter session: The RAW processing session.