Data Fields | |
int | pid |
int | cc |
void(* | write_packet )(struct MpegTSSection *s, const uint8_t *packet) |
void * | opaque |
Definition at line 35 of file mpegtsenc.c.
Definition at line 37 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_section().
void* MpegTSSection::opaque |
Definition at line 39 of file mpegtsenc.c.
Referenced by mpegts_write_header(), mpegts_write_section(), and section_write_packet().
Definition at line 36 of file mpegtsenc.c.
Referenced by mpegts_add_service(), mpegts_write_header(), mpegts_write_pat(), and mpegts_write_section().
void(* MpegTSSection::write_packet)(struct MpegTSSection *s, const uint8_t *packet) |
Referenced by mpegts_write_header(), and mpegts_write_section().