FFmpeg
Public Attributes | List of all members
RDTDemuxContext Struct Reference

Public Attributes

AVFormatContextic
 the containing (RTSP) demux context
 
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 identical content in this set
 
void * dynamic_protocol_context
 
DynamicPayloadPacketHandlerProc parse_packet
 
uint32_t prev_timestamp
 
int prev_set_id
 
int prev_stream_id
 

Member Data Documentation

§ streams

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.


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