Libav
Data Fields
RTPDemuxContext Struct Reference

#include <rtpdec.h>

Data Fields

AVFormatContextic
 
AVStreamst
 
int payload_type
 
uint32_t ssrc
 
uint16_t seq
 
uint32_t timestamp
 
uint32_t base_timestamp
 
uint32_t cur_timestamp
 
int64_t unwrapped_timestamp
 
int64_t range_start_offset
 
int max_payload_size
 
char hostname [256]
 
int srtp_enabled
 
struct SRTPContext srtp
 
RTPStatistics statistics
 Statistics for this stream (used by RTCP receiver reports) More...
 
int64_t last_rtcp_ntp_time
 
int64_t last_rtcp_reception_time
 
int64_t first_rtcp_ntp_time
 
uint32_t last_rtcp_timestamp
 
int64_t rtcp_ts_offset
 
unsigned int packet_count
 
unsigned int octet_count
 
unsigned int last_octet_count
 
int64_t last_feedback_time
 
const RTPDynamicProtocolHandlerhandler
 
PayloadContextdynamic_protocol_context
 
int prev_ret
 Fields for packet reordering. More...
 
RTPPacketqueue
 A sorted queue of buffered packets not yet returned. More...
 
int queue_len
 The number of packets in queue. More...
 
int queue_size
 The size of queue, or 0 if reordering is disabled. More...
 

Detailed Description

Definition at line 147 of file rtpdec.h.

Field Documentation

§ ic

AVFormatContext* RTPDemuxContext::ic

§ st

AVStream* RTPDemuxContext::st

§ payload_type

int RTPDemuxContext::payload_type

Definition at line 150 of file rtpdec.h.

Referenced by ff_rtp_parse_open(), and rtp_parse_packet_internal().

§ ssrc

uint32_t RTPDemuxContext::ssrc

§ seq

uint16_t RTPDemuxContext::seq

§ timestamp

uint32_t RTPDemuxContext::timestamp

Definition at line 153 of file rtpdec.h.

Referenced by finalize_packet(), and rtsp_read_play().

§ base_timestamp

uint32_t RTPDemuxContext::base_timestamp

§ cur_timestamp

uint32_t RTPDemuxContext::cur_timestamp

Definition at line 155 of file rtpdec.h.

§ unwrapped_timestamp

int64_t RTPDemuxContext::unwrapped_timestamp

Definition at line 156 of file rtpdec.h.

Referenced by finalize_packet(), and rtsp_read_play().

§ range_start_offset

int64_t RTPDemuxContext::range_start_offset

Definition at line 157 of file rtpdec.h.

Referenced by finalize_packet(), and rtsp_read_play().

§ max_payload_size

int RTPDemuxContext::max_payload_size

Definition at line 158 of file rtpdec.h.

§ hostname

char RTPDemuxContext::hostname[256]

Definition at line 160 of file rtpdec.h.

Referenced by ff_rtp_check_and_send_back_rr(), and ff_rtp_parse_open().

§ srtp_enabled

int RTPDemuxContext::srtp_enabled

Definition at line 162 of file rtpdec.h.

Referenced by ff_rtp_parse_packet(), and ff_rtp_parse_set_crypto().

§ srtp

struct SRTPContext RTPDemuxContext::srtp

Definition at line 163 of file rtpdec.h.

Referenced by ff_rtp_parse_close(), ff_rtp_parse_packet(), and ff_rtp_parse_set_crypto().

§ statistics

RTPStatistics RTPDemuxContext::statistics

Statistics for this stream (used by RTCP receiver reports)

Definition at line 166 of file rtpdec.h.

Referenced by ff_rtp_check_and_send_back_rr(), ff_rtp_parse_open(), rtp_parse_one_packet(), and rtp_parse_packet_internal().

§ 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.

Referenced by ff_rtp_parse_packet(), ff_rtp_reset_packet_queue(), and rtp_parse_one_packet().

§ queue

RTPPacket* RTPDemuxContext::queue

A sorted queue of buffered packets not yet returned.

Definition at line 170 of file rtpdec.h.

Referenced by enqueue_packet(), ff_rtp_queued_packet_time(), ff_rtp_reset_packet_queue(), find_missing_packets(), has_next_packet(), rtp_parse_one_packet(), and rtp_parse_queued_packet().

§ queue_len

int RTPDemuxContext::queue_len

The number of packets in queue.

Definition at line 171 of file rtpdec.h.

Referenced by enqueue_packet(), ff_rtp_reset_packet_queue(), rtp_parse_one_packet(), and rtp_parse_queued_packet().

§ queue_size

int RTPDemuxContext::queue_size

The size of queue, or 0 if reordering is disabled.

Definition at line 172 of file rtpdec.h.

Referenced by ff_rtp_parse_open(), and rtp_parse_one_packet().

§ last_rtcp_ntp_time

int64_t RTPDemuxContext::last_rtcp_ntp_time

§ last_rtcp_reception_time

int64_t RTPDemuxContext::last_rtcp_reception_time

Definition at line 177 of file rtpdec.h.

Referenced by ff_rtp_check_and_send_back_rr(), and rtcp_parse_packet().

§ first_rtcp_ntp_time

int64_t RTPDemuxContext::first_rtcp_ntp_time

§ last_rtcp_timestamp

uint32_t RTPDemuxContext::last_rtcp_timestamp

Definition at line 179 of file rtpdec.h.

Referenced by finalize_packet(), and rtcp_parse_packet().

§ rtcp_ts_offset

int64_t RTPDemuxContext::rtcp_ts_offset

§ packet_count

unsigned int RTPDemuxContext::packet_count

Definition at line 183 of file rtpdec.h.

§ octet_count

unsigned int RTPDemuxContext::octet_count

Definition at line 184 of file rtpdec.h.

Referenced by ff_rtp_check_and_send_back_rr().

§ last_octet_count

unsigned int RTPDemuxContext::last_octet_count

Definition at line 185 of file rtpdec.h.

Referenced by ff_rtp_check_and_send_back_rr().

§ last_feedback_time

int64_t RTPDemuxContext::last_feedback_time

Definition at line 186 of file rtpdec.h.

Referenced by ff_rtp_send_rtcp_feedback().

§ handler

const RTPDynamicProtocolHandler* RTPDemuxContext::handler

§ dynamic_protocol_context

PayloadContext* RTPDemuxContext::dynamic_protocol_context

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