#include <rtpdec.h>
Data Fields
Statistics for this stream (used by RTCP receiver reports)
More...
Fields for packet reordering.
More...
A sorted queue of buffered packets not yet returned.
More...
The number of packets in queue.
More...
The size of queue, or 0 if reordering is disabled.
More...
Indicates if there is a SR pending to be attached as sidedata.
More...
Detailed Description
Field Documentation
◆ 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_reception_time
int64_t RTPDemuxContext::last_rtcp_reception_time
◆ first_rtcp_ntp_time
uint64_t RTPDemuxContext::first_rtcp_ntp_time
◆ rtcp_ts_offset
int64_t RTPDemuxContext::rtcp_ts_offset
◆ last_sr
◆ pending_sr
int RTPDemuxContext::pending_sr
Indicates if there is a SR pending to be attached as sidedata.
Definition at line 180 of file rtpdec.h.
◆ 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: