pub unsafe extern "C-unwind" fn VTCompressionSessionCompleteFrames(
session: &VTCompressionSession,
complete_until_presentation_time_stamp: CMTime,
) -> i32Available on crate features
VTCompressionSession and objc2-core-media only.Expand description
Forces the compression session to complete encoding frames.
If completeUntilPresentationTimeStamp is numeric, frames with presentation timestamps up to and including this timestamp will be emitted before the function returns. If completeUntilPresentationTimeStamp is non-numeric, all pending frames will be emitted before the function returns.