Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstDebugCategory |
Struct : | DebugCategory |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
color : Number
|
Gst.DebugCategory | |
description : String
|
Gst.DebugCategory | |
name : String
|
Gst.DebugCategory | |
threshold : Number
|
Gst.DebugCategory |
Method / Constructor | Defined By | |
---|---|---|
new Gst.DebugCategory
()
Create a new Gst.DebugCategory
Create a new Gst.DebugCategory
|
||
free
()
:
none
Removes and frees the category and all associated resources.
Removes and frees the category and all associated resources.
|
Gst.DebugCategory | |
get_color
()
:
Number
Returns the color of a debug category used when printing output in this category.
Returns the color of a debug category used when printing output in this category.
|
Gst.DebugCategory | |
get_description
()
:
String
Returns the description of a debug category.
Returns the description of a debug category.
|
Gst.DebugCategory | |
get_name
()
:
String
Returns the name of a debug category.
Returns the name of a debug category.
|
Gst.DebugCategory | |
get_threshold
()
:
Gst.DebugLevel
Returns the threshold of a GstDebugCategory.
Returns the threshold of a GstDebugCategory.
|
Gst.DebugCategory | |
reset_threshold
()
:
none
Resets the threshold of the category to the default level.
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 the threshold back to where it was after using gst_debug_category_set_threshold().
|
Gst.DebugCategory | |
set_threshold
(DebugLevel level)
:
none
Sets the threshold of the category to the given 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.
|
Gst.DebugCategory |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
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.
|