VTCompressionSessionEncodeFrame

Function VTCompressionSessionEncodeFrame 

Source
pub unsafe extern "C-unwind" fn VTCompressionSessionEncodeFrame(
    session: &VTCompressionSession,
    image_buffer: &CVImageBuffer,
    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_frame
Available on crate features VTCompressionSession and VTErrors and objc2-core-media and objc2-core-video only.