CMMFDevVideoRecord::TPictureCounters Class Reference

class CMMFDevVideoRecord::TPictureCounters

Class to define the picture counters available through GetPictureCounters.

Constructor & Destructor Documentation

TPictureCounters()

TPictureCounters ( ) [inline]

Default constructor. Zeros all members.

Member Data Documentation

TUint iInputPictures

TUint iInputPictures

The total number of input pictures. When using direct capture, this is the total number of pictures captured, otherwise it is the total number of input pictures written by the client.

TUint iPicturesProcessed

TUint iPicturesProcessed

The number of processed (i.e. pre-processed and encoded) input pictures.

TUint iPicturesSkippedBufferOverflow

TUint iPicturesSkippedBufferOverflow

The number of pictures skipped due to lack of output buffers.

TUint iPicturesSkippedProcPower

TUint iPicturesSkippedProcPower

The number of pictures skipped due to lack of processing power.

TUint iPicturesSkippedRateControl

TUint iPicturesSkippedRateControl

The number of pictures skipped for bit-rate control purposes.