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 |
uint8_t | payload [DEFAULT_PES_PAYLOAD_SIZE] |
ADTSContext * | adts |
Definition at line 199 of file mpegtsenc.c.
Definition at line 208 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 202 of file mpegtsenc.c.
Referenced by mpegts_insert_pcr_only(), mpegts_write_header(), and mpegts_write_pes().
first pts check needed
Definition at line 204 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_packet().
uint8_t MpegTSWriteStream::payload[DEFAULT_PES_PAYLOAD_SIZE] |
Definition at line 207 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_dts |
Definition at line 206 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 203 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_pts |
Definition at line 205 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 201 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 200 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_pes().