FrameTimings
A GdkFrameTimings
object holds timing information for a single frame of the application’s displays.
To retrieve GdkFrameTimings
objects, use method@Gdk.FrameClock.get_timings or method@Gdk.FrameClock.get_current_timings. The information in GdkFrameTimings
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.
Constructors
Functions
Returns whether @timings are complete.
Gets the frame counter value of the GdkFrameClock
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.
Increases the reference count of @timings.