VLC 4.0.0-dev

#include <rtp.h>

Collaboration diagram for rtp_sys_t:
[legend]

Data Fields

struct vlc_loggerlogger
 
rtp_session_tsession
 
struct vlc_demux_chained_tchained_demux
 
struct vlc_dtlsrtp_sock
 
struct vlc_dtlsrtcp_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...
 

Field Documentation

◆ chained_demux

struct vlc_demux_chained_t* rtp_sys_t::chained_demux

Referenced by Control(), OpenSDP(), and OpenURL().

◆ logger

struct vlc_logger* rtp_sys_t::logger

◆ max_dropout

uint16_t rtp_sys_t::max_dropout

Max packet forward misordering.

Referenced by OpenSDP(), OpenURL(), and rtp_queue().

◆ max_misorder

uint16_t rtp_sys_t::max_misorder

Max packet backward misordering.

Referenced by OpenSDP(), OpenURL(), and rtp_queue().

◆ max_src

uint8_t rtp_sys_t::max_src

Max simultaneous RTP sources.

Referenced by OpenSDP(), OpenURL(), and rtp_queue().

◆ rtcp_sock

struct vlc_dtls* rtp_sys_t::rtcp_sock

Referenced by Close(), OpenSDP(), and OpenURL().

◆ rtp_sock

struct vlc_dtls* rtp_sys_t::rtp_sock

◆ session

rtp_session_t* rtp_sys_t::session

◆ thread

vlc_thread_t rtp_sys_t::thread

Referenced by Close(), OpenSDP(), and OpenURL().

◆ timeout

vlc_tick_t rtp_sys_t::timeout

Referenced by OpenSDP(), OpenURL(), and rtp_queue().


The documentation for this struct was generated from the following file: