pub unsafe extern "C-unwind" fn VTDecompressionSessionWaitForAsynchronousFrames(
session: &VTDecompressionSession,
) -> i32Available on crate feature
VTDecompressionSession only.Expand description
Waits for any and all outstanding asynchronous and delayed frames to complete, then returns.
This function automatically calls VTDecompressionSessionFinishDelayedFrames, so clients don’t have to call both.