pub unsafe extern "C-unwind" fn VTCompressionSessionEncodeMultiImageFrameWithOutputHandler(
session: &VTCompressionSession,
tagged_buffer_group: &CMTaggedBufferGroup,
presentation_time_stamp: CMTime,
duration: CMTime,
frame_properties: Option<&CFDictionary>,
info_flags_out: *mut VTEncodeInfoFlags,
output_handler: VTCompressionOutputHandler,
) -> i32👎Deprecated:
renamed to VTCompressionSession::encode_multi_image_frame_with_output_handler
Available on crate features
block2 and objc2-core-media and VTCompressionSession and VTErrors only.