VTCompressionSessionEncodeMultiImageFrame

Function VTCompressionSessionEncodeMultiImageFrame 

Source
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 VTCompressionSession and VTErrors and objc2-core-media only.