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 140 of file mpegtsenc.c.
struct MpegTSService* MpegTSWriteStream::service [read] |
Definition at line 141 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_pes().
Definition at line 142 of file mpegtsenc.c.
Referenced by mpegts_write_header(), mpegts_write_pes(), and mpegts_write_pmt().
Definition at line 144 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_pts |
Definition at line 145 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
int64_t MpegTSWriteStream::payload_dts |
Definition at line 146 of file mpegtsenc.c.
Referenced by mpegts_write_end(), mpegts_write_header(), and mpegts_write_packet().
uint8_t MpegTSWriteStream::payload[DEFAULT_PES_PAYLOAD_SIZE] |
Definition at line 147 of file mpegtsenc.c.
Referenced by mpegts_write_end(), and mpegts_write_packet().