FFmpeg
|
Data Fields | |
const AVClass * | class |
AVFormatContext * | mpegts_ctx |
AVFormatContext * | rtp_ctx |
AVPacket * | pkt |
AVDictionary * | mpegts_muxer_options |
AVDictionary * | rtp_muxer_options |
Definition at line 29 of file rtpenc_mpegts.c.
const AVClass* MuxChain::class |
Definition at line 30 of file rtpenc_mpegts.c.
AVFormatContext* MuxChain::mpegts_ctx |
Definition at line 31 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_close(), rtp_mpegts_write_header(), and rtp_mpegts_write_packet().
AVFormatContext* MuxChain::rtp_ctx |
Definition at line 32 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_close(), rtp_mpegts_write_header(), and rtp_mpegts_write_packet().
AVPacket* MuxChain::pkt |
Definition at line 33 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_close(), rtp_mpegts_write_header(), and rtp_mpegts_write_packet().
AVDictionary* MuxChain::mpegts_muxer_options |
Definition at line 34 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_header().
AVDictionary* MuxChain::rtp_muxer_options |
Definition at line 35 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_header().