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