#include <rtpdec.h>
Definition at line 148 of file rtpdec.h.
◆ ic
◆ st
◆ payload_type
int RTPDemuxContext::payload_type |
◆ ssrc
uint32_t RTPDemuxContext::ssrc |
◆ seq
uint16_t RTPDemuxContext::seq |
◆ timestamp
uint32_t RTPDemuxContext::timestamp |
◆ base_timestamp
uint32_t RTPDemuxContext::base_timestamp |
◆ unwrapped_timestamp
int64_t RTPDemuxContext::unwrapped_timestamp |
◆ range_start_offset
int64_t RTPDemuxContext::range_start_offset |
◆ max_payload_size
int RTPDemuxContext::max_payload_size |
◆ hostname
char RTPDemuxContext::hostname[256] |
◆ srtp_enabled
int RTPDemuxContext::srtp_enabled |
◆ srtp
◆ statistics
Statistics for this stream (used by RTCP receiver reports)
Definition at line 166 of file rtpdec.h.
◆ prev_ret
int RTPDemuxContext::prev_ret |
Fields for packet reordering.
The return value of the actual parsing of the previous packet
Definition at line 169 of file rtpdec.h.
◆ queue
A sorted queue of buffered packets not yet returned.
Definition at line 170 of file rtpdec.h.
◆ queue_len
int RTPDemuxContext::queue_len |
The number of packets in queue.
Definition at line 171 of file rtpdec.h.
◆ queue_size
int RTPDemuxContext::queue_size |
The size of queue, or 0 if reordering is disabled.
Definition at line 172 of file rtpdec.h.
◆ last_rtcp_ntp_time
uint64_t RTPDemuxContext::last_rtcp_ntp_time |
◆ last_rtcp_reception_time
int64_t RTPDemuxContext::last_rtcp_reception_time |
◆ first_rtcp_ntp_time
uint64_t RTPDemuxContext::first_rtcp_ntp_time |
◆ last_rtcp_timestamp
uint32_t RTPDemuxContext::last_rtcp_timestamp |
◆ rtcp_ts_offset
int64_t RTPDemuxContext::rtcp_ts_offset |
◆ packet_count
unsigned int RTPDemuxContext::packet_count |
◆ octet_count
unsigned int RTPDemuxContext::octet_count |
◆ last_octet_count
unsigned int RTPDemuxContext::last_octet_count |
◆ last_feedback_time
int64_t RTPDemuxContext::last_feedback_time |
◆ handler
◆ dynamic_protocol_context
The documentation for this struct was generated from the following file: