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

Method check_cutin

old_examples/remuxer.py:736–738  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

734 self.cutout.set_time(dur)
735
736 def check_cutin(self):
737 if self.cutin.get_time() >= self.cutout.get_time():
738 self.cutin.set_time(0)
739
740 def play_toggled(self):
741 if self.player.is_playing():

Callers

nothing calls this directly

Calls 2

get_timeMethod · 0.80
set_timeMethod · 0.80

Tested by

no test coverage detected