Data Fields | |
int | pid |
int | last_cc |
enum MpegTSFilterType | type |
union { | |
MpegTSPESFilter pes_filter | |
MpegTSSectionFilter section_filter | |
} | u |
Definition at line 72 of file mpegts.c.
Definition at line 74 of file mpegts.c.
Referenced by handle_packet(), mpegts_open_pes_filter(), and mpegts_open_section_filter().
Definition at line 77 of file mpegts.c.
Referenced by handle_packet(), mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_push_data(), mpegts_read_packet(), and pmt_cb().
Definition at line 73 of file mpegts.c.
Referenced by mpegts_close_filter(), mpegts_open_pes_filter(), and mpegts_open_section_filter().
Definition at line 78 of file mpegts.c.
Referenced by mpegts_close_filter(), mpegts_open_section_filter(), pat_cb(), pmt_cb(), sdt_cb(), and write_section_data().
Definition at line 75 of file mpegts.c.
Referenced by handle_packet(), mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_open_section_filter(), mpegts_read_packet(), and pmt_cb().
union { ... } MpegTSFilter::u |