Class

CoglFrameInfo

Description [src]

final class Cogl.FrameInfo : GObject.TypeInstance {
  /* No available fields */
}

Frame information.

Hierarchy

hierarchy this CoglFrameInfo ancestor_0 CoglObject ancestor_0--this

Ancestors

Instance methods

cogl_frame_info_get_frame_counter

Gets the frame counter for the CoglOnscreen that corresponds to this frame.

Available since: 1.14

cogl_frame_info_get_global_frame_counter
No description available.
cogl_frame_info_get_is_symbolic
No description available.
cogl_frame_info_get_presentation_time_us

Gets the presentation time for the frame. This is the time at which the frame became visible to the user.

Available since: 1.14

cogl_frame_info_get_refresh_rate

Gets the refresh rate in Hertz for the output that the frame was on at the time the frame was presented.

Available since: 1.14

cogl_frame_info_get_rendering_duration_ns
No description available.
cogl_frame_info_get_sequence
No description available.
cogl_frame_info_is_hw_clock
No description available.
cogl_frame_info_is_vsync
No description available.
cogl_frame_info_is_zero_copy
No description available.
Methods inherited from CoglObject (2)
cogl_object_get_user_data

Finds the user data previously associated with object using the given key. If no user data has been associated with object for the given key this function returns NULL.

Available since: 1.4

cogl_object_set_user_data

Associates some private user_data with a given CoglObject. To later remove the association call cogl_object_set_user_data() with the same key but NULL for the user_data.

Available since: 1.4