Пример #1
0
 def set_max_desired_speed(self, direct, speed):
     """ Sets the maximum desired upload/download speed for this Download. 
     @param direct The direction (UPLOAD/DOWNLOAD) 
     @param speed The speed in KB/s.
     """
     DownloadImpl.set_max_desired_speed(self, direct, speed)
Пример #2
0
 def set_max_desired_speed(self,direct,speed):
     """ Sets the maximum desired upload/download speed for this Download. 
     @param direct The direction (UPLOAD/DOWNLOAD) 
     @param speed The speed in KB/s.
     """
     DownloadImpl.set_max_desired_speed(self,direct,speed)