gstgl.glasync_debug

Module for [GLAsyncDebug] class

Types 1

#GstGLAsyncDebug an opaque structure and should only be accessed through the provided API.

Fields
GstGLAsyncDebug _cInstance
Methods
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 means
void unset()Unset any dynamically allocated data. Intended for use with #GstGLAsyncDebug's that are embedded in other structs.
Constructors
this(void * ptr, Flag!"Take" take)