Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstState |
Enum : | State |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.State.NULL : 1
|
|
Number Gst.State.PAUSED : 3
|
|
Number Gst.State.PLAYING : 4
|
|
Number Gst.State.READY : 2
|
|
Number Gst.State.VOID_PENDING : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst.Element
Method |
Gets a string representing the given state.
|
Gst.Element
Method |
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 |
Create a new Gst.Message
|
Gst.Message
Method |
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.
|