Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ get_location
Method
get_location
old_examples/synchronizer.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
self.player.set_property(
'uri'
, location)
59
60
def
get_location(self):
61
return
self.player.get_property(
'uri'
)
62
63
def
query_position(self):
64
"Returns a (position, duration) tuple"
Callers
2
do_remux
Method · 0.45
do_choose_file
Method · 0.45
Calls
1
get_property
Method · 0.80
Tested by
no test coverage detected