Skip to main content

switch_core_codec_encode_video

Function switch_core_codec_encode_video 

Source
pub unsafe extern "C" fn switch_core_codec_encode_video(
    codec: *mut switch_codec_t,
    frame: *mut switch_frame_t,
) -> switch_status_t
Expand description

\brief Encode video data using a codec handle \param codec the codec handle to use \param frame the frame to encode