State
Description:
[ CCode ( cprefix = "GST_STATE_" , type_id = "gst_state_get_type ()" ) ]
public enum State
The possible states an element can be in.
States can be changed using set_state and checked using
get_state.
Content:
Enum values:
- NULL - the NULL state or initial state of an
element.
- PAUSED - the element is PAUSED, it is ready to
accept and process data.
- PLAYING - the element is PLAYING, the
Clock is running and the data is flowing.
- READY - the element is ready to go to PAUSED.
- VOID_PENDING - no pending state.