Go to the source code of this file.
Classes | |
| class | ATSCStreamData |
| Encapsulates data about ATSC stream and emits events for most tables. More... | |
Typedefs | |
| typedef QMap< uint, uint_vec_t > | pid_tsid_vec_t |
| typedef TerrestrialVirtualChannelTable * | tvct_ptr_t |
| typedef CableVirtualChannelTable * | cvct_ptr_t |
| typedef vector< const TerrestrialVirtualChannelTable * > | tvct_vec_t |
| typedef vector< const CableVirtualChannelTable * > | cvct_vec_t |
| typedef QMap< uint, tvct_ptr_t > | tvct_cache_t |
| typedef QMap< uint, cvct_ptr_t > | cvct_cache_t |
| typedef QMap< uint, uint > | atsc_eit_pid_map_t |
| typedef QMap< uint, uint > | atsc_ett_pid_map_t |
| typedef vector < ATSCMainStreamListener * > | atsc_main_listener_vec_t |
| typedef vector < ATSCAuxStreamListener * > | atsc_aux_listener_vec_t |
| typedef vector < ATSCEITStreamListener * > | atsc_eit_listener_vec_t |
| typedef QMap<uint, uint_vec_t> pid_tsid_vec_t |
Definition at line 8 of file atscstreamdata.h.
| typedef TerrestrialVirtualChannelTable* tvct_ptr_t |
Definition at line 9 of file atscstreamdata.h.
| typedef CableVirtualChannelTable* cvct_ptr_t |
Definition at line 10 of file atscstreamdata.h.
| typedef vector<const TerrestrialVirtualChannelTable*> tvct_vec_t |
Definition at line 11 of file atscstreamdata.h.
| typedef vector<const CableVirtualChannelTable*> cvct_vec_t |
Definition at line 12 of file atscstreamdata.h.
| typedef QMap<uint, tvct_ptr_t> tvct_cache_t |
Definition at line 13 of file atscstreamdata.h.
| typedef QMap<uint, cvct_ptr_t> cvct_cache_t |
Definition at line 14 of file atscstreamdata.h.
| typedef QMap<uint, uint> atsc_eit_pid_map_t |
Definition at line 15 of file atscstreamdata.h.
| typedef QMap<uint, uint> atsc_ett_pid_map_t |
Definition at line 16 of file atscstreamdata.h.
| typedef vector<ATSCMainStreamListener*> atsc_main_listener_vec_t |
Definition at line 18 of file atscstreamdata.h.
| typedef vector<ATSCAuxStreamListener*> atsc_aux_listener_vec_t |
Definition at line 19 of file atscstreamdata.h.
| typedef vector<ATSCEITStreamListener*> atsc_eit_listener_vec_t |
Definition at line 20 of file atscstreamdata.h.
1.5.5