libgpac
Documentation of the core library of GPAC
python.libgpac.libgpac.DASHGroupDownloadStatistics Class Reference

DASH group current segment download statistics object.

+ Inheritance diagram for python.libgpac.libgpac.DASHGroupDownloadStatistics:
+ Collaboration diagram for python.libgpac.libgpac.DASHGroupDownloadStatistics:

Static Public Attributes

 bits_per_sec
 download rate of last segment in bits per second More...
 
 total_bytes
 total number of bytes in segment More...
 
 bytes_done
 number of downloaded bytes from segment (starting from first byte) More...
 
 time_since_start
 number of microseconds elapsed since segment was scheduled for download More...
 
 buffer_dur
 current buffer length in milliseconds More...
 
 current_seg_dur
 duration of segment being downloaded, in milliseconds - 0 if unknown More...
 

Field Documentation

◆ bits_per_sec

python.libgpac.libgpac.DASHGroupDownloadStatistics.bits_per_sec
static

◆ total_bytes

python.libgpac.libgpac.DASHGroupDownloadStatistics.total_bytes
static

◆ bytes_done

python.libgpac.libgpac.DASHGroupDownloadStatistics.bytes_done
static

◆ time_since_start

python.libgpac.libgpac.DASHGroupDownloadStatistics.time_since_start
static

◆ buffer_dur

python.libgpac.libgpac.DASHGroupDownloadStatistics.buffer_dur
static

◆ current_seg_dur

python.libgpac.libgpac.DASHGroupDownloadStatistics.current_seg_dur
static