|
MythTV master
|
Collects statistics on the number of TSPacket's seen on each PID. More...
#include <libmythtv/mpeg/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 |
|
private |
Definition at line 25 of file tsstats.h.
Referenced by IncrPIDCount(), Reset(), and toString().
|
private |
Definition at line 24 of file tsstats.h.
Referenced by IncrTSPacketCount(), Reset(), toString(), and TSPacketCount().