CMMFDevVideoPlay::TBitstreamCounters Class Reference

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.

Constructor & Destructor Documentation

TBitstreamCounters()

TBitstreamCounters ( ) [inline]

Default constructor. Zeros all members.

Member Data Documentation

TUint iLostPackets

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

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.