class CMMFDevVideoPlay::TBitstreamCounters |
Bitstream statistic counters, used for following decoding progress. The counters can be retrieved using GetBitstreamCounters() and are reset after each call. The client must keep track of the cumulative values for counters itself if necessary.
Public Member Functions | |
---|---|
TBitstreamCounters() |
Public Attributes | |
---|---|
TUint | iLostPackets |
TUint | iTotalPackets |
TUint | iLostPackets |
Number of lost packets. This figure includes all packets that have been dropped by the hardware devices due to buffer overruns, but it does not include packets lost due to transmission errors.
TUint | iTotalPackets |
Total number of packets. This figure includes all the packets that have been received by the decoder, including packets that have been dropped due to buffer overruns.