CMMFDevVideoRecord::TPictureCounters Class Reference
#include
"devvideorecord.h"
Link against: devvideo.lib
| class CMMFDevVideoRecord::TPictureCounters |
Detailed Description
Class to define the picture counters available through GetPictureCounters.
Member Attribute Documentation
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.
iPicturesProcessed
The number of processed (i.e. pre-processed and encoded) input pictures.
iPicturesSkippedBufferOverflow
|
TUint
| iPicturesSkippedBufferOverflow |
The number of pictures skipped due to lack of output buffers.
iPicturesSkippedProcPower
|
TUint
| iPicturesSkippedProcPower |
The number of pictures skipped due to lack of processing power.
iPicturesSkippedRateControl
|
TUint
| iPicturesSkippedRateControl |
The number of pictures skipped for bit-rate control purposes.
Constructor & Destructor Documentation
TPictureCounters ( )
| TPictureCounters | ( | ) | [inline] |
Default constructor. Zeros all members.