Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.EventType

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstEventType
Enum : EventType
  Show / Hide Inherited methods, properties and signals
GstEventType lists the standard event types that can be sent in a pipeline. The custom event types can be used for private messages between elements that can't be expressed using normal GStreamer buffer passing semantics. Custom events carry an arbitrary GstStructure. Specific custom events are distinguished by the name of the structure.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.event_type_get_flags (EventType type) : Gst.EventTypeFlags
Gets the GstEventTypeFlags associated with type.
Gst
Method
Gst.event_type_get_name (EventType type) : String
Get a printable name for the given event type.
Gst
Method
Gst.event_type_to_quark (EventType type) : Number
Get the unique quark for the given event type.
Gst.Event
Method
new Gst.Event.custom (EventType type, Structure structure) : Gst.Event
Create a new Gst.Event
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:55 GMT+0800 (HKT)