Collects statistics on the number of TSPacket's seen on each PID. More...
#include <tsstats.h>
Public Member Functions | |
| TSStats () | |
| void | IncrPIDCount (int pid) |
| void | IncrTSPacketCount () |
| long long | TSPacketCount () |
| void | Reset () |
| QString | toString () |
Private Attributes | |
| long long | _tspacket_count |
| QMap< int, long long > | _pid_counts |
Collects statistics on the number of TSPacket's seen on each PID.
Definition at line 14 of file tsstats.h.
long long TSStats::_tspacket_count [private] |
Definition at line 24 of file tsstats.h.
Referenced by IncrTSPacketCount(), Reset(), toString(), and TSPacketCount().
QMap<int, long long> TSStats::_pid_counts [private] |
Definition at line 25 of file tsstats.h.
Referenced by IncrPIDCount(), Reset(), and toString().
1.6.3