Imaging Control 4 C++ Library 1.2.0
|
A structure containing display statistics. More...
Public Attributes | |
uint64_t | num_frames_displayed |
The number of frames that were displayed by a display. | |
uint64_t | num_frames_dropped |
The number of frames that were passed to a display, but not displayed. | |
A structure containing display statistics.
This structure contains information about the number of frames that were displayed or dropped by a display.
uint64_t num_frames_dropped |
The number of frames that were passed to a display, but not displayed.
A frame is considered dropped by a display, when the display receives a new frame before the previous frame was rendered.