|
SRM v0.13.0-1
Simple Rendering Manager
|
Struct representing presentation time information. More...
#include <SRMTypes.hh>
Data Fields | |
| struct timespec | time |
| The presentation timestamp. | |
| UInt32 | period |
| Nanoseconds prediction until the next refresh. Zero if unknown. | |
| UInt64 | frame |
| Vertical retrace counter. Zero if unknown. | |
| UInt32 | flags |
| Flags indicating how the presentation was done, see SRM_PRESENTATION_TIME_FLAGS. | |
Struct representing presentation time information.
This struct provides information about how the last framebuffer was presented on a connector display.
| struct timespec SRMPresentationTime::time |
The presentation timestamp.
| UInt32 SRMPresentationTime::period |
Nanoseconds prediction until the next refresh. Zero if unknown.
| UInt64 SRMPresentationTime::frame |
Vertical retrace counter. Zero if unknown.
| UInt32 SRMPresentationTime::flags |
Flags indicating how the presentation was done, see SRM_PRESENTATION_TIME_FLAGS.