Gst.Play.State – gstreamer-play-1.0 Reference Manual
Packages
gstreamer-play-1.0
Gst
Play
State
BUFFERING
PAUSED
PLAYING
STOPPED
get_name
State
Description:
[
CCode
( cprefix =
"GST_PLAY_STATE_"
, type_id =
"gst_play_state_get_type ()"
) ]
[
GIR
( name =
"PlayState"
) ]
[
Version
( since =
"1.20"
) ]
public
enum
State
Namespace:
Gst.Play
Package:
gstreamer-play-1.0
Content:
Enum values:
BUFFERING
-
the play is buffering.
PAUSED
-
the play is paused.
PLAYING
-
the play is currently playing a stream.
STOPPED
-
the play is stopped.
Methods:
public
unowned
string
get_name
()
Gets a string representing the given state.