This internal structure contains the analysis context for one TID/TIDext into one PID. More...
Public Member Functions | |
| EtidContext () | |
| Default constructor. More... | |
Public Attributes | |
| int | sectExpected |
| Number of expected sections in table. More... | |
| int | sectReceived |
| Number of received sections in table. More... | |
| QtsSectionPtrVector | sects |
| Array of sections. More... | |
| quint8 | version |
| Version of this table. More... | |
This internal structure contains the analysis context for one TID/TIDext into one PID.
| QtsSectionDemux::EtidContext::EtidContext | ( | ) |
Default constructor.
| quint8 QtsSectionDemux::EtidContext::version |
Version of this table.
| int QtsSectionDemux::EtidContext::sectExpected |
Number of expected sections in table.
| int QtsSectionDemux::EtidContext::sectReceived |
Number of received sections in table.
| QtsSectionPtrVector QtsSectionDemux::EtidContext::sects |
Array of sections.