Definition at line 111 of file mpegts.c.
Public Attributes | |
| int | pid |
| int | last_cc |
| enum MpegTSFilterType | type |
| union { | |
| MpegTSPESFilter pes_filter | |
| MpegTSSectionFilter section_filter | |
| } | u |
Definition at line 112 of file mpegts.c.
Referenced by mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_open_section_filter(), and pat_cb().
Definition at line 113 of file mpegts.c.
Referenced by handle_packet(), mpegts_open_pes_filter(), and mpegts_open_section_filter().
Definition at line 114 of file mpegts.c.
Referenced by add_pes_stream(), add_section_stream(), handle_packet(), is_pmt_same(), mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_open_section_filter(), and pat_cb().
Definition at line 116 of file mpegts.c.
Referenced by add_pes_stream(), handle_packet(), is_pmt_same(), mpegts_close_filter(), and mpegts_open_pes_filter().
Definition at line 117 of file mpegts.c.
Referenced by add_section_stream(), is_pmt_same(), mpegts_close_filter(), mpegts_open_section_filter(), mpegts_read_header(), pat_cb(), and write_section_data().
| union { ... } MpegTSFilter::u |
1.5.5