Unit 'gst' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gst]

TGstDebugColorFlags

Declaration

Source position: gstinfo.inc line 48

type TGstDebugColorFlags = (

  GST_DEBUG_FG_BLACK = $0000,

  GST_DEBUG_FG_RED = $0001,

  GST_DEBUG_FG_GREEN = $0002,

  GST_DEBUG_FG_YELLOW = $0003,

  GST_DEBUG_FG_BLUE = $0004,

  GST_DEBUG_FG_MAGENTA = $0005,

  GST_DEBUG_FG_CYAN = $0006,

  GST_DEBUG_FG_WHITE = $0007,

  GST_DEBUG_BG_BLACK = $0000,

  GST_DEBUG_BG_RED = $0010,

  GST_DEBUG_BG_GREEN = $0020,

  GST_DEBUG_BG_YELLOW = $0030,

  GST_DEBUG_BG_BLUE = $0040,

  GST_DEBUG_BG_MAGENTA = $0050,

  GST_DEBUG_BG_CYAN = $0060,

  GST_DEBUG_BG_WHITE = $0070,

  GST_DEBUG_BOLD = $0100,

  GST_DEBUG_UNDERLINE = $0200

);


Documentation generated on: 2023-03-18