Debug.setColored

Sets or unsets the use of coloured debugging output. Same as gst_debug_set_color_mode () with the argument being being GST_DEBUG_COLOR_MODE_ON or GST_DEBUG_COLOR_MODE_OFF.

This function may be called before gst_init().

struct Debug
static
void
setColored
(
bool colored
)

Parameters

colored bool

Whether to use colored output or not

Meta