PlayerState
Description:
[ CCode ( cprefix = "GST_PLAYER_STATE_" , type_id = "gst_player_state_get_type ()" ) ]
public enum PlayerState
Content:
Enum values:
- BUFFERING - the player is buffering.
- PAUSED - the player is paused.
- PLAYING - the player is currently playing a
stream.
- STOPPED - the player is stopped.
Methods: