Definition at line 52 of file MediaCurl.cc.
 
◆ ProgressData()
◆ updateStats()
      
        
          | void internal::ProgressData::updateStats | ( | curl_off_t | dltotal = 0.0, | 
        
          |  |  | curl_off_t | dlnow = 0.0 ) | 
      
 
 
◆ reportProgress()
      
        
          | int internal::ProgressData::reportProgress | ( |  | ) | const | 
      
 
 
◆ curl()
  
  | 
        
          | CURL * internal::ProgressData::curl | ( |  | ) |  |  | inline | 
 
 
◆ timeoutReached()
  
  | 
        
          | bool internal::ProgressData::timeoutReached | ( |  | ) | const |  | inline | 
 
 
◆ fileSizeExceeded()
  
  | 
        
          | bool internal::ProgressData::fileSizeExceeded | ( |  | ) | const |  | inline | 
 
 
◆ expectedFileSize() [1/2]
  
  | 
        
          | ByteCount internal::ProgressData::expectedFileSize | ( |  | ) | const |  | inline | 
 
 
◆ expectedFileSize() [2/2]
  
  | 
        
          | void internal::ProgressData::expectedFileSize | ( | ByteCount | newval_r | ) |  |  | inline | 
 
 
◆ _curl
  
  | 
        
          | CURL* internal::ProgressData::_curl |  | private | 
 
 
◆ _url
◆ _timeout
  
  | 
        
          | time_t internal::ProgressData::_timeout |  | private | 
 
 
◆ _timeoutReached
  
  | 
        
          | bool internal::ProgressData::_timeoutReached |  | private | 
 
 
◆ _fileSizeExceeded
  
  | 
        
          | bool internal::ProgressData::_fileSizeExceeded |  | private | 
 
 
◆ _expectedFileSize
  
  | 
        
          | ByteCount internal::ProgressData::_expectedFileSize |  | private | 
 
 
◆ report
◆ _timeStart
  
  | 
        
          | time_t internal::ProgressData::_timeStart = 0 |  | private | 
 
 
◆ _timeLast
  
  | 
        
          | time_t internal::ProgressData::_timeLast = 0 |  | private | 
 
 
◆ _timeRcv
  
  | 
        
          | time_t internal::ProgressData::_timeRcv = 0 |  | private | 
 
 
◆ _timeNow
  
  | 
        
          | time_t internal::ProgressData::_timeNow = 0 |  | private | 
 
 
◆ _dnlTotal
  
  | 
        
          | curl_off_t internal::ProgressData::_dnlTotal = 0.0 |  | private | 
 
Bytes to download or 0 if unknown. 
Definition at line 91 of file MediaCurl.cc.
 
 
◆ _dnlLast
  
  | 
        
          | curl_off_t internal::ProgressData::_dnlLast = 0.0 |  | private | 
 
Bytes downloaded at period start. 
Definition at line 92 of file MediaCurl.cc.
 
 
◆ _dnlNow
  
  | 
        
          | curl_off_t internal::ProgressData::_dnlNow = 0.0 |  | private | 
 
 
◆ _dnlPercent
  
  | 
        
          | int internal::ProgressData::_dnlPercent = 0 |  | private | 
 
Percent completed or 0 if _dnlTotal is unknown. 
Definition at line 95 of file MediaCurl.cc.
 
 
◆ _drateTotal
  
  | 
        
          | double internal::ProgressData::_drateTotal = 0.0 |  | private | 
 
 
◆ _drateLast
  
  | 
        
          | double internal::ProgressData::_drateLast = 0.0 |  | private | 
 
Download rate in last period. 
Definition at line 98 of file MediaCurl.cc.
 
 
The documentation for this struct was generated from the following file: