Exemplo n.º 1
0
 def add_element(self, element):
     if SlideShow.isSlide(element):
         self.info["video_duration"] += element.duration
Exemplo n.º 2
0
 def add_element(self, element):
     if SlideShow.isSlide(element):
         self.info["video_duration"] += element.duration
Exemplo n.º 3
0
 def remove_element(self, element):
     if SlideShow.isSlide(element):
         self.info["video_duration"] -= element.duration
Exemplo n.º 4
0
 def remove_element(self, element):
     if SlideShow.isSlide(element):
         self.info["video_duration"] -= element.duration