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

Method set_location

old_examples/play.py:57–58  ·  view source on GitHub ↗
(self, location)

Source from the content-addressed store, hash-verified

55 self.playing = False
56
57 def set_location(self, location):
58 self.player.set_property('uri', location)
59
60 def query_position(self):
61 "Returns a (position, duration) tuple"

Callers 2

load_fileMethod · 0.45
load_fileMethod · 0.45

Calls 1

set_propertyMethod · 0.80

Tested by

no test coverage detected