Package: gdk

CStruct gdk-frame-timings

Superclasses

common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

A gdk-frame-timings structure holds timing information for a single frame of the application’s displays. To retrieve a gdk-frame-timings structure, use the functions gdk-frame-clock-timings or gdk-frame-clock-current-timings. The information in gdk-frame-timings structures 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.
(define-g-boxed-opaque gdk-frame-timings "GdkFrameTimings"
  :alloc (error "GdkFrameTimings cannot be created from the Lisp side."))  
 

See also

2020-11-12