FFmpeg  4.4.8
Data Fields
MuxChain Struct Reference

Data Fields

const AVClass * class
 
AVFormatContext * mpegts_ctx
 
AVFormatContext * rtp_ctx
 
AVPacket * pkt
 
AVDictionary * mpegts_muxer_options
 
AVDictionary * rtp_muxer_options
 

Detailed Description

Definition at line 27 of file rtpenc_mpegts.c.

Field Documentation

◆ class

const AVClass* MuxChain::class

Definition at line 28 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 32 of file rtpenc_mpegts.c.

Referenced by rtp_mpegts_write_header().

◆ rtp_muxer_options

AVDictionary* MuxChain::rtp_muxer_options

Definition at line 33 of file rtpenc_mpegts.c.

Referenced by rtp_mpegts_write_header().


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