Data Fields | |
struct MpegTSService * | service |
int | pid |
int | cc |
int | payload_index |
int64_t | payload_pts |
int64_t | payload_dts |
uint8_t | payload [DEFAULT_PES_PAYLOAD_SIZE] |
Definition at line 171 of file mpegtsenc.c.
uint8_t MpegTSWriteStream::payload[DEFAULT_PES_PAYLOAD_SIZE] |
Definition at line 178 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_dts |
Definition at line 177 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 175 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_pts |
Definition at line 176 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
Definition at line 173 of file mpegtsenc.c.
Referenced by mpegts_write_header(), mpegts_write_pes(), and mpegts_write_pmt().
struct MpegTSService* MpegTSWriteStream::service [read] |
Definition at line 172 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_pes().