Class
CoglFrameInfo
since: 13
Description [src]
final class Cogl.FrameInfo : GObject.TypeInstance
{
/* No available fields */
}
Frame information.
Available since: 13
Instance methods
cogl_frame_info_get_frame_counter
Gets the frame counter for the CoglOnscreen
that corresponds
to this frame.
since: 13
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.
since: 13
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.
since: 13
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.
since: 13
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
.
since: 13