VLC 4.0.0-dev
|
#include <rtp.h>
Data Fields | |
struct vlc_logger * | logger |
rtp_session_t * | session |
struct vlc_demux_chained_t * | chained_demux |
struct vlc_dtls * | rtp_sock |
struct vlc_dtls * | rtcp_sock |
vlc_thread_t | thread |
vlc_tick_t | timeout |
uint16_t | max_dropout |
Max packet forward misordering. More... | |
uint16_t | max_misorder |
Max packet backward misordering. More... | |
uint8_t | max_src |
Max simultaneous RTP sources. More... | |
struct vlc_demux_chained_t* rtp_sys_t::chained_demux |
struct vlc_logger* rtp_sys_t::logger |
Referenced by OpenSDP(), OpenURL(), rtp_dequeue(), rtp_dgram_thread(), rtp_process(), and rtp_queue().
uint16_t rtp_sys_t::max_dropout |
Max packet forward misordering.
Referenced by OpenSDP(), OpenURL(), and rtp_queue().
uint16_t rtp_sys_t::max_misorder |
Max packet backward misordering.
Referenced by OpenSDP(), OpenURL(), and rtp_queue().
uint8_t rtp_sys_t::max_src |
Max simultaneous RTP sources.
Referenced by OpenSDP(), OpenURL(), and rtp_queue().
struct vlc_dtls* rtp_sys_t::rtp_sock |
Referenced by Close(), OpenSDP(), OpenURL(), and rtp_dgram_thread().
rtp_session_t* rtp_sys_t::session |
Referenced by Close(), OpenSDP(), OpenURL(), rtp_dgram_thread(), and rtp_process().
vlc_thread_t rtp_sys_t::thread |
vlc_tick_t rtp_sys_t::timeout |
Referenced by OpenSDP(), OpenURL(), and rtp_queue().