Data Fields | |
struct MpegTSService * | service |
int | pid |
int | cc |
int | payload_index |
int | first_pts_check |
first pts check needed | |
int64_t | payload_pts |
int64_t | payload_dts |
int | payload_flags |
uint8_t | payload [DEFAULT_PES_PAYLOAD_SIZE] |
ADTSContext * | adts |
Definition at line 205 of file mpegtsenc.c.
Definition at line 215 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 208 of file mpegtsenc.c.
Referenced by mpegts_insert_pcr_only(), mpegts_write_header(), and mpegts_write_pes().
first pts check needed
Definition at line 210 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_packet().
uint8_t MpegTSWriteStream::payload[DEFAULT_PES_PAYLOAD_SIZE] |
Definition at line 214 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_dts |
Definition at line 212 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 213 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
Definition at line 209 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_pts |
Definition at line 211 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 207 of file mpegtsenc.c.
Referenced by mpegts_insert_pcr_only(), mpegts_write_header(), mpegts_write_pes(), and mpegts_write_pmt().
struct MpegTSService* MpegTSWriteStream::service [read] |
Definition at line 206 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_pes().