#include <mpf_rtp_defs.h>
Data Fields | |
apr_uint32_t | seq_cycles |
apr_uint16_t | seq_num_base |
apr_uint16_t | seq_num_max |
apr_uint32_t | ts_last |
apr_time_t | time_last |
apr_uint32_t | ssrc_new |
apr_byte_t | ssrc_probation |
History of RTP receiver
apr_uint32_t rtp_rx_history_t::seq_cycles |
Updated on every seq num wrap around
apr_uint16_t rtp_rx_history_t::seq_num_base |
First seq num received
apr_uint16_t rtp_rx_history_t::seq_num_max |
Max seq num received
apr_uint32_t rtp_rx_history_t::ssrc_new |
New ssrc, which is in probation
apr_byte_t rtp_rx_history_t::ssrc_probation |
Period of ssrc probation
apr_time_t rtp_rx_history_t::time_last |
Local time measured on last packet received
apr_uint32_t rtp_rx_history_t::ts_last |
Last timestamp received