![]() |
OpenWalnut
1.5.0dev
|
Keeps track of several frame-counts. More...
#include <WGEScreenCapture.h>
Collaboration diagram for WGEScreenCapture::RecordingInformation:Public Attributes | |
| size_t | m_frames |
| current number of frames. More... | |
| size_t | m_framesLeft |
| the frames to take until stop. More... | |
Keeps track of several frame-counts.
Definition at line 63 of file WGEScreenCapture.h.
| size_t WGEScreenCapture::RecordingInformation::m_frames |
current number of frames.
Definition at line 65 of file WGEScreenCapture.h.
Referenced by WGEScreenCapture::operator()().
| size_t WGEScreenCapture::RecordingInformation::m_framesLeft |
the frames to take until stop.
Definition at line 66 of file WGEScreenCapture.h.
Referenced by WGEScreenCapture::operator()().