class CMMFDevVideoRecord::TPictureCounters |
Class to define the picture counters available through GetPictureCounters.
Public Member Functions | |
---|---|
TPictureCounters() |
Public Attributes | |
---|---|
TUint | iInputPictures |
TUint | iPicturesProcessed |
TUint | iPicturesSkippedBufferOverflow |
TUint | iPicturesSkippedProcPower |
TUint | iPicturesSkippedRateControl |
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 |
The number of processed (i.e. pre-processed and encoded) input pictures.
TUint | iPicturesSkippedBufferOverflow |
The number of pictures skipped due to lack of output buffers.
TUint | iPicturesSkippedProcPower |
The number of pictures skipped due to lack of processing power.
TUint | iPicturesSkippedRateControl |
The number of pictures skipped for bit-rate control purposes.