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()
uint getColor()Returns the color of a debug category used when printing output in this category. Returns: the color of the category.
string getDescription()Returns the description of a debug category. Returns: the description of the category.
string getName()Returns the name of a debug category. Returns: the name of the category.
gst.types.DebugLevel getThreshold()Returns the threshold of a #GstDebugCategory. Returns: the #GstDebugLevel that is used as threshold.
void resetThreshold()Resets 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)Sets 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)