FFmpeg
|
Data Fields | |
int | pid |
int | cc |
int | discontinuity |
int | payload_size |
int | first_timestamp_checked |
first pts/dts check needed More... | |
int | prev_payload_key |
int64_t | payload_pts |
int64_t | payload_dts |
int | payload_flags |
uint8_t * | payload |
AVFormatContext * | amux |
int | data_st_warning |
int64_t | pcr_period |
int64_t | last_pcr |
int | opus_queued_samples |
int | opus_pending_trim_start |
DVBAC3Descriptor * | dvb_ac3_desc |
Definition at line 247 of file mpegtsenc.c.
int MpegTSWriteStream::pid |
Definition at line 248 of file mpegtsenc.c.
Referenced by mpegts_init(), mpegts_insert_pcr_only(), mpegts_write_pes(), mpegts_write_pmt(), and select_pcr_streams().
int MpegTSWriteStream::cc |
Definition at line 249 of file mpegtsenc.c.
Referenced by mpegts_init(), mpegts_insert_pcr_only(), and mpegts_write_pes().
int MpegTSWriteStream::discontinuity |
Definition at line 250 of file mpegtsenc.c.
Referenced by mpegts_init(), mpegts_insert_pcr_only(), and mpegts_write_pes().
int MpegTSWriteStream::payload_size |
Definition at line 251 of file mpegtsenc.c.
Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().
int MpegTSWriteStream::first_timestamp_checked |
first pts/dts check needed
Definition at line 252 of file mpegtsenc.c.
Referenced by mpegts_write_packet_internal().
int MpegTSWriteStream::prev_payload_key |
Definition at line 253 of file mpegtsenc.c.
Referenced by mpegts_write_pes().
int64_t MpegTSWriteStream::payload_pts |
Definition at line 254 of file mpegtsenc.c.
Referenced by mpegts_init(), mpegts_write_flush(), and mpegts_write_packet_internal().
int64_t MpegTSWriteStream::payload_dts |
Definition at line 255 of file mpegtsenc.c.
Referenced by mpegts_init(), mpegts_write_flush(), and mpegts_write_packet_internal().
int MpegTSWriteStream::payload_flags |
Definition at line 256 of file mpegtsenc.c.
Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().
uint8_t* MpegTSWriteStream::payload |
Definition at line 257 of file mpegtsenc.c.
Referenced by mpegts_deinit(), mpegts_init(), mpegts_write_flush(), mpegts_write_packet_internal(), and mpegts_write_pes().
AVFormatContext* MpegTSWriteStream::amux |
Definition at line 258 of file mpegtsenc.c.
Referenced by mpegts_deinit(), mpegts_init(), and mpegts_write_packet_internal().
int MpegTSWriteStream::data_st_warning |
Definition at line 259 of file mpegtsenc.c.
Referenced by get_dvb_stream_type(), and get_m2ts_stream_type().
int64_t MpegTSWriteStream::pcr_period |
Definition at line 261 of file mpegtsenc.c.
Referenced by enable_pcr_generation_for_stream(), mpegts_write_pes(), and select_pcr_streams().
int64_t MpegTSWriteStream::last_pcr |
Definition at line 262 of file mpegtsenc.c.
Referenced by enable_pcr_generation_for_stream(), and mpegts_write_pes().
int MpegTSWriteStream::opus_queued_samples |
Definition at line 265 of file mpegtsenc.c.
Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().
int MpegTSWriteStream::opus_pending_trim_start |
Definition at line 266 of file mpegtsenc.c.
Referenced by mpegts_init(), and mpegts_write_packet_internal().
DVBAC3Descriptor* MpegTSWriteStream::dvb_ac3_desc |
Definition at line 268 of file mpegtsenc.c.
Referenced by mpegts_deinit(), mpegts_write_packet_internal(), and mpegts_write_pmt().