FFmpeg
|
Data Fields | |
int | pid |
int | cc |
void(* | write_packet )(struct MpegTSSection *s, const uint8_t *packet) |
void * | opaque |
Definition at line 46 of file mpegtsenc.c.
int MpegTSSection::pid |
Definition at line 47 of file mpegtsenc.c.
Referenced by mpegts_add_service(), mpegts_init(), mpegts_write_pat(), and mpegts_write_section().
int MpegTSSection::cc |
Definition at line 48 of file mpegtsenc.c.
Referenced by mpegts_init(), and mpegts_write_section().
void(* MpegTSSection::write_packet)(struct MpegTSSection *s, const uint8_t *packet) |
Definition at line 49 of file mpegtsenc.c.
Referenced by mpegts_init(), and mpegts_write_section().
void* MpegTSSection::opaque |
Definition at line 50 of file mpegtsenc.c.
Referenced by mpegts_init(), and section_write_packet().