MCPcopy Create free account
hub / github.com/GStreamer/gst-python / is_playing

Method is_playing

old_examples/play.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 return self.player.get_state(timeout=timeout)
107
108 def is_playing(self):
109 return self.playing
110
111class VideoWidget(gtk.DrawingArea):
112 def __init__(self):

Callers 2

play_toggledMethod · 0.45
scale_button_press_cbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected