Class
CoglFrameInfo
Description [src]
final class Cogl.FrameInfo : GObject.Object
{
/* No available fields */
}
Frame information.
Instance methods
cogl_frame_info_get_frame_counter
Gets the frame counter for the CoglOnscreen
that corresponds
to this frame.
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.
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.
cogl_frame_info_get_target_presentation_time_us
Gets the target presentation time for the frame. This is the time at which the frame was expected to became visible to the user.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.