CMMFDevVideoPlay::TBitstreamCounters Class Reference

#include "devvideoplay.h"

Link against: devvideo.lib

class CMMFDevVideoPlay::TBitstreamCounters
Public Attributes
TUint iLostPackets
TUint iTotalPackets
Public Member Functions
TBitstreamCounters()

Detailed Description

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.

Member Attribute Documentation

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.

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.

Constructor & Destructor Documentation

TBitstreamCounters ( )

TBitstreamCounters()[inline]

Default constructor. Zeros all members.