Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.DebugLevel

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstDebugLevel
Enum : DebugLevel
  Show / Hide Inherited methods, properties and signals
The level defines the importance of a debugging message. The more important a message is, the greater the probability that the debugging system outputs it.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.debug_get_default_threshold () : Gst.DebugLevel
Returns the default threshold that is used for new categories.
Gst
Method
Gst.debug_level_get_name (DebugLevel level) : String
Get the string representation of a debugging level
Gst
Method
Gst.debug_log_default (DebugCategory category, DebugLevel level, String file, String function, Number line, Object object, DebugMessage message, void* unused) : none
The default logging handler used by GStreamer.
Gst
Method
Gst.debug_set_default_threshold (DebugLevel level) : none
Sets the default threshold to the given level and updates all categories to use this threshold.
Gst
Method
Gst.debug_set_threshold_for_name (String name, DebugLevel level) : none
Sets all categories which match the given glob style pattern to the given level.
Gst.DebugCategory
Method
set_threshold (DebugLevel level) : none
Sets the threshold of the category to the given level.
Gst.DebugCategory
Method
get_threshold () : Gst.DebugLevel
Returns the threshold of a GstDebugCategory.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:55 GMT+0800 (HKT)