Libraries
»
gstreamer
(3.0.1)
»
Index
»
Gst
»
Element
»
#play
Method: Gst::Element#play
Defined in:
lib/gst/element.rb
#
play
⇒
Object
31 32 33
# File 'lib/gst/element.rb', line 31
def
play
set_state
(
State
::
PLAYING
)
end