gstgl.glasync_debug
Module for [GLAsyncDebug] class
class GLAsyncDebug
Types 1
classGLAsyncDebug
#GstGLAsyncDebug an opaque structure and should only be accessed through the provided API.
Fields
GstGLAsyncDebug _cInstanceMethods
void * _cPtr()void freeze()freeze the debug output. While frozen, any call to [gstgl.glasyncdebug.GLAsyncDebug.outputLogMsg] will not output any messages but subsequent calls to [gstgl.glasyncdebug.GLAsyncDebug.storeLogMsg]...void init_()Initialize ad. Intended for use with #GstGLAsyncDebug's that are embedded in other structs.void outputLogMsg()Outputs a previously stored debug message.void thaw()unfreeze the debug output. See [gstgl.glasync_debug.GLAsyncDebug.freeze] for what freezing meansvoid unset()Unset any dynamically allocated data. Intended for use with #GstGLAsyncDebug's that are embedded in other structs.