Beispiel #1
0
 def stop(self):
     ''' Stop Video '''
     self._currentFrame = QVideoFrame()
     self._targetRect = QRect()
     QAbstractVideoSurface.stop(self)
     self.widget.update()
 def stop(self):
     self.currentFrame = QVideoFrame()
     self.targetRect = QRect()
     QAbstractVideoSurface.stop(self)
     self.widget.update()
Beispiel #3
0
 def stop(self):
     QAbstractVideoSurface.stop(self)