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

Method set_selected_audio_now

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

Source from the content-addressed store, hash-verified

249 self.changed()
250
251 def set_selected_audio_now(self):
252 time, dur = self.pwindow.player.query_position()
253 self.set_selected_audio(time)
254
255 def set_selected_video_now(self):
256 # pause and preroll first

Callers 1

create_uiMethod · 0.95

Calls 2

set_selected_audioMethod · 0.95
query_positionMethod · 0.45

Tested by

no test coverage detected