Returns whether timings are complete.
Gets the frame counter value of the gdk.frame_clock.FrameClock when this frame was drawn.
Returns the frame time for the frame.
Gets the predicted time at which this frame will be displayed.
Reurns the presentation time.
Gets the natural interval between presentation times for the display that this frame was displayed on.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A gdk.frame_timings.FrameTimings object holds timing information for a single frame of the application’s displays.
To retrieve gdk.frame_timings.FrameTimings objects, use gdk.frame_clock.FrameClock.getTimings or gdk.frame_clock.FrameClock.getCurrentTimings. The information in gdk.frame_timings.FrameTimings is useful for precise synchronization of video with the event or audio streams, and for measuring quality metrics for the application’s display, such as latency and jitter.