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

DASH groups statistics object.

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

Static Public Attributes

 download_rate
 download rate of last segment in bits per second, divided by current playback speed More...
 
 filesize
 size of last segment in bytes More...
 
 speed
 current playback speed More...
 
 max_available_speed
 max playback speed based on associated codec runtime statistics More...
 
 display_width
 display width in pixels of object More...
 
 display_height
 display height in pixels of object More...
 
 active_quality_idx
 index of current quality or of last downloaded segment quality if previous was skipped More...
 
 buffer_min
 minimum buffer in milliseconds, below witch rebuffer occurs More...
 
 buffer_max
 maximum buffer in milliseconds, algorithm should not fill more than this More...
 
 buffer
 current buffer in milliseconds More...
 
 quality_degradation_hint
 degradation hint, 0 means no degradation, 100 means tile completely hidden More...
 
 total_rate
 cumulated download rate of all active groups in bytes per seconds - 0 means all files are local More...
 

Field Documentation

◆ download_rate

python.libgpac.libgpac.DASHGroupStatistics.download_rate
static

◆ filesize

python.libgpac.libgpac.DASHGroupStatistics.filesize
static

◆ speed

python.libgpac.libgpac.DASHGroupStatistics.speed
static

◆ max_available_speed

python.libgpac.libgpac.DASHGroupStatistics.max_available_speed
static

◆ display_width

python.libgpac.libgpac.DASHGroupStatistics.display_width
static

◆ display_height

python.libgpac.libgpac.DASHGroupStatistics.display_height
static

◆ active_quality_idx

python.libgpac.libgpac.DASHGroupStatistics.active_quality_idx
static

◆ buffer_min

python.libgpac.libgpac.DASHGroupStatistics.buffer_min
static

◆ buffer_max

python.libgpac.libgpac.DASHGroupStatistics.buffer_max
static

◆ buffer

python.libgpac.libgpac.DASHGroupStatistics.buffer
static

◆ quality_degradation_hint

python.libgpac.libgpac.DASHGroupStatistics.quality_degradation_hint
static

◆ total_rate

python.libgpac.libgpac.DASHGroupStatistics.total_rate
static