Packages
gstreamer-player-1.0
Gst
PlayerState
BUFFERING
PAUSED
PLAYING
STOPPED
get_name
PlayerState
Description:
[
CCode
( cprefix =
"GST_PLAYER_STATE_"
, type_id =
"gst_player_state_get_type ()"
) ]
public
enum
PlayerState
Namespace:
Gst
Package:
gstreamer-player-1.0
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:
public
unowned
string
get_name
()
Gets a string representing the given state.