Data Fields | |
int | pid |
int | cc |
void(* | write_packet )(struct MpegTSSection *s, const uint8_t *packet) |
void * | opaque |
Definition at line 40 of file mpegtsenc.c.
Definition at line 42 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_section().
void* MpegTSSection::opaque |
Definition at line 44 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and section_write_packet().
Definition at line 41 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().