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