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