The structure to hold statistics about the source performance. More...
#include <common.h>
Public Attributes | |
unsigned int | missed |
The total number of the missed frames. | |
unsigned int | recorded |
The frames recorded to the current video file. | |
unsigned int | retrieved |
The total number of the frames retrieved from the source. | |
unsigned int | total_recorded |
The total number of the frames recorded in all video files. | |
The structure to hold statistics about the source performance.
This can be used to keep an eye on possible frame drops. A large missed frames count will indicate that the source can't keep up with the current framerate. A large number of concurrent misses will definitely indicate a more serious connection error.