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 in the PID. More... | |
QtsPacketCounter | firstPkt |
Index of first TS packet for current PES packet. More... | |
QtsPacketCounter | lastPkt |
Index of last TS packet for current PES packet. More... | |
QtsPacketCounter | pesCount |
Number of detected valid PES packets on this PID. More... | |
bool | resetPending |
Delayed reset on this PID. More... | |
bool | sync |
We are synchronous in this PID. More... | |
QtlByteBlock | ts |
TS payload buffer. More... | |
This internal structure contains the analysis context for one PID.
QtsPesDemux::PidContext::PidContext | ( | ) |
Default constructor:
|
inline |
Called when packet synchronization is lost on the PID.
QtsPacketCounter QtsPesDemux::PidContext::pesCount |
Number of detected valid PES packets on this PID.
quint8 QtsPesDemux::PidContext::continuity |
Last continuity counter in the PID.
bool QtsPesDemux::PidContext::sync |
We are synchronous in this PID.
QtsPacketCounter QtsPesDemux::PidContext::firstPkt |
Index of first TS packet for current PES packet.
QtsPacketCounter QtsPesDemux::PidContext::lastPkt |
Index of last TS packet for current PES packet.
QtlByteBlock QtsPesDemux::PidContext::ts |
TS payload buffer.
bool QtsPesDemux::PidContext::resetPending |
Delayed reset on this PID.