mbuf_coded_video_frame_queue_new

Function mbuf_coded_video_frame_queue_new 

Source
pub unsafe extern "C" fn mbuf_coded_video_frame_queue_new(
    ret_obj: *mut *mut mbuf_coded_video_frame_queue,
) -> c_int
Expand description

Create a new coded frame queue with the default parameters.

This call is equivalent to calling mbuf_coded_video_frame_queue_new_with_args() with a NULL arguments pointer.

@param ret_obj: [out] The new queue.

@return 0 on success, negative errno on error.