DebugColorMode
Description:
[ CCode ( cprefix = "GST_DEBUG_COLOR_MODE_" , type_id = "gst_debug_color_mode_get_type ()" ) ]
public enum DebugColorMode
Content:
Enum values:
- OFF - Do not use colors in logs.
- ON - Paint logs in a platform-specific way.
- UNIX - Paint logs with UNIX terminal color
codes no matter what platform GStreamer is running on.