Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.State

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstState
Enum : State
  Show / Hide Inherited methods, properties and signals
The possible states an element can be in. States can be changed using gst_element_set_state() and checked using gst_element_get_state().
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Element
Method
Gst.Element.state_get_name (State state) : String
Gets a string representing the given state.
Gst.Element
Method
get_state (Object out_values, State pending, Number timeout) : Gst.StateChangeReturn
Gets the state of the element.
Gst.Element
Method
set_state (State state) : Gst.StateChangeReturn
Sets the state of the element.
Gst.Message
Method
new Gst.Message.state_changed (Object src, State oldstate, State newstate, State pending) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.request_state (Object src, State state) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
parse_state_changed (State oldstate, State newstate, State pending) : none
Extracts the old and new states from the GstMessage.
Gst.Message
Method
parse_request_state (State state) : none
Extract the requested state from the request_state message.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)