Data Fields | |
int | section_index |
int | section_h_size |
uint8_t * | section_buf |
unsigned int | check_crc:1 |
unsigned int | end_of_section_reached:1 |
SectionCallback * | section_cb |
void * | opaque |
Definition at line 62 of file mpegts.c.
unsigned int MpegTSSectionFilter::check_crc |
Definition at line 66 of file mpegts.c.
Referenced by mpegts_open_section_filter(), and write_section_data().
unsigned int MpegTSSectionFilter::end_of_section_reached |
uint8_t* MpegTSSectionFilter::section_buf |
Definition at line 65 of file mpegts.c.
Referenced by mpegts_close_filter(), mpegts_open_section_filter(), and write_section_data().
Definition at line 68 of file mpegts.c.
Referenced by mpegts_open_section_filter(), and write_section_data().