Searched refs:video_current_time (Results 1 – 2 of 2) sorted by relevance
45 def video_current_time(self): member in YouTubeHelper102 while (self.video_current_time() < self._video_duration105 if self.video_current_time() <= prev_playback:110 % (self.video_current_time() + 2))118 prev_playback = self.video_current_time()185 self.video_current_time() - 2)202 seek_position = self.video_current_time()
38 def video_current_time(self): member in video_VideoSanity94 current_time_s = self.video_current_time()