def get_live_buffer_time(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_live_buffer_time(self)
     finally:
         self.dllock.release()
Esempio n. 2
0
 def get_live_buffer_time(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_live_buffer_time(self)
     finally:
         self.dllock.release()