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

DASH media quality information (Representation info)

Static Public Attributes

 bandwidth
 bandwidth in bits per second More...
 
 ID
 ID (representation ID in DASH) More...
 
 mime
 MIME type. More...
 
 codec
 codec parameter string More...
 
 width
 width in pixels, 0 if not visual More...
 
 height
 height in pixels, 0 if not visual More...
 
 interlaced
 interlaced flag, false 0 if not visual More...
 
 fps
 Frame Rate (Fraction), 0/0 if not visual. More...
 
 sar
 Sample Aspect Ration (Fraction), 0/0 if not visual. More...
 
 sample_rate
 Samplerate, 0 if not audio. More...
 
 nb_channels
 Number of channels, 0 if not audio. More...
 
 disabled
 set to true if quality is disabled (no playback support) More...
 
 is_selected
 set to true if quality is selected More...
 
 ast_offset
 AST offset for DASH low latency mode, 0 otherwise. More...
 
 avg_duration
 Average segment duration in seconds, 0 if unknown. More...
 
 hls_variant_url
 HLS variant name. More...
 
 ssr
 SSR representation, estimated number of parts (subsegments), 1 if unknown, 0 if not SSR. More...
 
 sizes
 list of segment sizes for VoD cases, None otherwise or if unknown More...
 

Field Documentation

◆ bandwidth

python.libgpac.libgpac.DASHQualityInfo.bandwidth
static

◆ ID

python.libgpac.libgpac.DASHQualityInfo.ID
static

◆ mime

python.libgpac.libgpac.DASHQualityInfo.mime
static

◆ codec

python.libgpac.libgpac.DASHQualityInfo.codec
static

◆ width

python.libgpac.libgpac.DASHQualityInfo.width
static

◆ height

python.libgpac.libgpac.DASHQualityInfo.height
static

◆ interlaced

python.libgpac.libgpac.DASHQualityInfo.interlaced
static

◆ fps

python.libgpac.libgpac.DASHQualityInfo.fps
static

◆ sar

python.libgpac.libgpac.DASHQualityInfo.sar
static

◆ sample_rate

python.libgpac.libgpac.DASHQualityInfo.sample_rate
static

◆ nb_channels

python.libgpac.libgpac.DASHQualityInfo.nb_channels
static

◆ disabled

python.libgpac.libgpac.DASHQualityInfo.disabled
static

◆ is_selected

python.libgpac.libgpac.DASHQualityInfo.is_selected
static

◆ ast_offset

python.libgpac.libgpac.DASHQualityInfo.ast_offset
static

◆ avg_duration

python.libgpac.libgpac.DASHQualityInfo.avg_duration
static

◆ hls_variant_url

python.libgpac.libgpac.DASHQualityInfo.hls_variant_url
static

◆ ssr

python.libgpac.libgpac.DASHQualityInfo.ssr
static

◆ sizes

python.libgpac.libgpac.DASHQualityInfo.sizes
static