FFmpeg
Data Fields
MuxChain Struct Reference

Data Fields

const AVClassclass
 
AVFormatContextmpegts_ctx
 
AVFormatContextrtp_ctx
 
AVPacketpkt
 
AVDictionarympegts_muxer_options
 
AVDictionaryrtp_muxer_options
 

Detailed Description

Definition at line 28 of file rtpenc_mpegts.c.

Field Documentation

◆ class

const AVClass* MuxChain::class

Definition at line 29 of file rtpenc_mpegts.c.

◆ mpegts_ctx

AVFormatContext* MuxChain::mpegts_ctx

◆ rtp_ctx

AVFormatContext* MuxChain::rtp_ctx

◆ pkt

AVPacket* MuxChain::pkt

◆ mpegts_muxer_options

AVDictionary* MuxChain::mpegts_muxer_options

Definition at line 33 of file rtpenc_mpegts.c.

Referenced by rtp_mpegts_write_header().

◆ rtp_muxer_options

AVDictionary* MuxChain::rtp_muxer_options

Definition at line 34 of file rtpenc_mpegts.c.

Referenced by rtp_mpegts_write_header().


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