Open Reality Reference Guide
FBVideoGrabStats Struct Reference

Video Grabbing Statistics structure. More...

#include <fbvideograbber.h>

Public Attributes

int mTotalFrameCount
 Total frame count to grab. More...
 
int mRemainingFrameCount
 Remaining frame count to grab. More...
 
FBTime mTotalTimeElapsed
 Current total time elapsed since grabbing has started. More...
 
FBTime mEstimatedTime
 Estimated time to complete grab. More...
 
FBTime mEstimatedTimeRemaining
 Remaining estimated time to complete grab. More...
 
FBTime mTimePerFrame
 Time it took to render and grab previous frame. More...
 

Detailed Description

Video Grabbing Statistics structure.

Contain statistics about the current video grabbing process.

Definition at line 125 of file fbvideograbber.h.

Member Data Documentation

◆ mEstimatedTime

FBTime mEstimatedTime

Estimated time to complete grab.

Definition at line 130 of file fbvideograbber.h.

◆ mEstimatedTimeRemaining

FBTime mEstimatedTimeRemaining

Remaining estimated time to complete grab.

Definition at line 131 of file fbvideograbber.h.

◆ mRemainingFrameCount

int mRemainingFrameCount

Remaining frame count to grab.

Definition at line 128 of file fbvideograbber.h.

◆ mTimePerFrame

FBTime mTimePerFrame

Time it took to render and grab previous frame.

Definition at line 132 of file fbvideograbber.h.

◆ mTotalFrameCount

int mTotalFrameCount

Total frame count to grab.

Definition at line 127 of file fbvideograbber.h.

◆ mTotalTimeElapsed

FBTime mTotalTimeElapsed

Current total time elapsed since grabbing has started.

Definition at line 129 of file fbvideograbber.h.


The documentation for this struct was generated from the following file: