Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.DebugCategory

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstDebugCategory
Struct : DebugCategory
  Show / Hide Inherited methods, properties and signals
This is the struct that describes the categories. Once initialized with GST_DEBUG_CATEGORY_INIT, its values can't be changed anymore.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.DebugCategory ()
Create a new Gst.DebugCategory
Create a new Gst.DebugCategory
 
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)