This internal structure contains the analysis context for one PID. More...
Public Member Functions | |
| PidContext () | |
| Default constructor. More... | |
| void | syncLost () |
| Called when packet synchronization is lost on the PID. More... | |
Public Attributes | |
| quint8 | continuity |
| Last continuity counter. More... | |
| QtsPacketCounter | pusiPktIndex |
| Index of last PUSI packet in this PID. More... | |
| bool | resetPending |
| Delayed reset on this PID. More... | |
| bool | sync |
| We are synchronous in this PID. More... | |
| EtidContextMap | tids |
| TID analysis contexts. More... | |
| QtlByteBlock | ts |
| TS payload buffer. More... | |
This internal structure contains the analysis context for one PID.
| QtsSectionDemux::PidContext::PidContext | ( | ) |
Default constructor.
|
inline |
Called when packet synchronization is lost on the PID.
| quint8 QtsSectionDemux::PidContext::continuity |
Last continuity counter.
| bool QtsSectionDemux::PidContext::sync |
We are synchronous in this PID.
| QtlByteBlock QtsSectionDemux::PidContext::ts |
TS payload buffer.
| EtidContextMap QtsSectionDemux::PidContext::tids |
TID analysis contexts.
| bool QtsSectionDemux::PidContext::resetPending |
Delayed reset on this PID.
| QtsPacketCounter QtsSectionDemux::PidContext::pusiPktIndex |
Index of last PUSI packet in this PID.