FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RDTDemuxContext Struct Reference

Data Fields

AVFormatContextic
 the containing (RTSP) demux context More...
 
AVStream ** streams
 Each RDT stream-set (represented by one RTSPStream) can contain multiple streams (of the same content, but with possibly different codecs/bitrates). More...
 
int n_streams
 streams with identifical content in this set More...
 
voiddynamic_protocol_context
 
DynamicPayloadPacketHandlerProc parse_packet
 
uint32_t prev_timestamp
 
int prev_set_id
 
int prev_stream_id
 

Detailed Description

Definition at line 39 of file rdt.c.

Field Documentation

AVFormatContext* RDTDemuxContext::ic

the containing (RTSP) demux context

Definition at line 40 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

AVStream** RDTDemuxContext::streams

Each RDT stream-set (represented by one RTSPStream) can contain multiple streams (of the same content, but with possibly different codecs/bitrates).

Each such stream is represented by one AVStream in the AVFormatContext, and this variable points to the offset in that array such that the first is the first stream of this set.

Definition at line 46 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

int RDTDemuxContext::n_streams

streams with identifical content in this set

Definition at line 47 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

void* RDTDemuxContext::dynamic_protocol_context

Definition at line 48 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

DynamicPayloadPacketHandlerProc RDTDemuxContext::parse_packet

Definition at line 49 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

uint32_t RDTDemuxContext::prev_timestamp

Definition at line 50 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

int RDTDemuxContext::prev_set_id

Definition at line 51 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().

int RDTDemuxContext::prev_stream_id

Definition at line 51 of file rdt.c.

Referenced by ff_rdt_parse_open(), and ff_rdt_parse_packet().


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