Skip to main content

switch_rtp_read

Function switch_rtp_read 

Source
pub unsafe extern "C" fn switch_rtp_read(
    rtp_session: *mut switch_rtp_t,
    data: *mut c_void,
    datalen: *mut u32,
    payload_type: *mut switch_payload_t,
    flags: *mut switch_frame_flag_t,
    io_flags: switch_io_flag_t,
) -> switch_status_t