FFmpeg
Public Attributes | List of all members
RTPDemuxContext Struct Reference

Public Attributes

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)
 
uint64_t last_rtcp_ntp_time
 
int64_t last_rtcp_reception_time
 
uint64_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.
 
int queue_len
 The number of packets in queue.
 
int queue_size
 The size of queue, or 0 if reordering is disabled.
 

Member Data Documentation

§ prev_ret

int RTPDemuxContext::prev_ret

Fields for packet reordering.

The return value of the actual parsing of the previous packet


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