VLC 4.0.0-dev
|
State for an RTP source. More...
Data Fields | ||
uint32_t | ssrc | |
uint32_t | jitter | |
vlc_tick_t | last_rx | |
uint32_t | last_ts | |
uint32_t | ref_rtp | |
vlc_tick_t | ref_ntp | |
uint16_t | bad_seq | |
uint16_t | max_seq | |
uint16_t | last_seq | |
block_t * | blocks | |
struct { | ||
struct vlc_rtp_pt * instance | ||
void * opaque | ||
} | pt | |
State for an RTP source.
uint16_t rtp_source_t::bad_seq |
Referenced by rtp_queue(), and rtp_source_create().
block_t* rtp_source_t::blocks |
Referenced by rtp_decode(), rtp_dequeue(), rtp_queue(), rtp_source_create(), and rtp_source_destroy().
struct vlc_rtp_pt* rtp_source_t::instance |
Referenced by rtp_decode(), rtp_source_create(), and rtp_source_destroy().
uint32_t rtp_source_t::jitter |
Referenced by rtp_dequeue(), rtp_queue(), and rtp_source_create().
vlc_tick_t rtp_source_t::last_rx |
Referenced by rtp_queue().
uint16_t rtp_source_t::last_seq |
Referenced by rtp_decode(), rtp_dequeue(), rtp_queue(), and rtp_source_create().
uint32_t rtp_source_t::last_ts |
Referenced by rtp_queue().
uint16_t rtp_source_t::max_seq |
Referenced by rtp_queue(), and rtp_source_create().
void* rtp_source_t::opaque |
Referenced by rtp_decode(), and rtp_source_destroy().
struct { ... } rtp_source_t::pt |
Referenced by rtp_decode(), rtp_source_create(), and rtp_source_destroy().
vlc_tick_t rtp_source_t::ref_ntp |
Referenced by rtp_decode(), and rtp_source_create().
uint32_t rtp_source_t::ref_rtp |
Referenced by rtp_decode(), and rtp_source_create().
uint32_t rtp_source_t::ssrc |
Referenced by rtp_queue(), rtp_source_create(), and rtp_source_destroy().