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

Method play

old_examples/synchronizer.py:99–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 self.playing = False
98
99 def play(self):
100 gst.info("playing player")
101 self.player.set_state(gst.STATE_PLAYING)
102 self.playing = True
103
104 def stop(self):
105 self.player.set_state(gst.STATE_NULL)

Callers 2

play_toggledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected