gst.debug_category

Module for [DebugCategory] class

Types 1

This is the struct that describes the categories. Once initialized with #GST_DEBUG_CATEGORY_INIT, its values can't be changed anymore.

Fields
GstDebugCategory _cInstance
Methods
void * _cPtr() nothrow
uint getColor() nothrowReturns the color of a debug category used when printing output in this category. Returns: the color of the category.
string getDescription() nothrowReturns the description of a debug category. Returns: the description of the category.
string getName() nothrowReturns the name of a debug category. Returns: the name of the category.
gst.types.DebugLevel getThreshold() nothrowReturns the threshold of a #GstDebugCategory. Returns: the #GstDebugLevel that is used as threshold.
void resetThreshold() nothrowResets the threshold of the category to the default level. Debug information will only be output if the threshold is lower or equal to the level of the debugging message. Use this function to set t...
void setThreshold(gst.types.DebugLevel level) nothrowSets the threshold of the category to the given level. Debug information will only be output if the threshold is lower or equal to the level of the debugging message. > Do not use this function in ...
Constructors
this(void * ptr, Flag!"Take" take)