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

Method load_file

old_examples/switch.py:131–132  ·  view source on GitHub ↗
(self, location)

Source from the content-addressed store, hash-verified

129 self.connect('delete-event', lambda *x: on_delete_event())
130
131 def load_file(self, location):
132 self.player.set_location(location)
133
134 def play(self):
135 self.player.play()

Callers

nothing calls this directly

Calls 1

set_locationMethod · 0.45

Tested by

no test coverage detected