gstgl.glquery
Module for [GLQuery] class
class GLQuery
Types 1
classGLQuery
A #GstGLQuery represents and holds an OpenGL query object. Various types of queries can be run or counters retrieved.
Fields
GstGLQuery _cInstanceMethods
void * _cPtr()void counter()Record the result of a countervoid end()End counting the queryvoid init_(gstgl.glcontext.GLContext context, gstgl.types.GLQueryType queryType)ulong result()void start()Start counting the queryvoid unset()Free any dynamically allocated resourcesbool localGlContext(gst.element.Element element, gst.types.PadDirection direction, gstgl.glcontext.GLContext contextPtr)Performs a GSTQUERYCONTEXT query of type "gst.gl.local_context" on all #GstPads in element of direction for the local OpenGL context used by GStreamer elements.