Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.StateChangeReturn

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstStateChangeReturn
Enum : StateChangeReturn
  Show / Hide Inherited methods, properties and signals
The possible return values from a state change function. Only
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_change_return_get_name (StateChangeReturn state_ret) : String
Gets a string representing the given state change result.
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.Element
Method
change_state (StateChange transition) : Gst.StateChangeReturn
Perform transition on element.
Gst.Element
Method
continue_state (StateChangeReturn ret) : Gst.StateChangeReturn
Commit the state change of the element and proceed to the next pending state if any.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)