Video Grabbing Statistics structure.
Contain statistics about the current video grabbing process.
Definition at line 115 of file fbvideograbber.h.
#include <fbvideograbber.h>
Public Attributes | |
int | mTotalFrameCount |
Total frame count to grab. | |
int | mRemainingFrameCount |
Remaining frame count to grab. | |
FBTime | mTotalTimeElapsed |
Current total time elapsed since grabbing has started. | |
FBTime | mEstimatedTime |
Estimated time to complete grab. | |
FBTime | mEstimatedTimeRemaining |
Remaining estimated time to complete grab. | |
FBTime | mTimePerFrame |
Time it took to render and grab previous frame. |
int mTotalFrameCount |
Total frame count to grab.
Definition at line 117 of file fbvideograbber.h.
Remaining frame count to grab.
Definition at line 118 of file fbvideograbber.h.
Current total time elapsed since grabbing has started.
Definition at line 119 of file fbvideograbber.h.
Estimated time to complete grab.
Definition at line 120 of file fbvideograbber.h.
Remaining estimated time to complete grab.
Definition at line 121 of file fbvideograbber.h.
Time it took to render and grab previous frame.
Definition at line 122 of file fbvideograbber.h.