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
 
 ID
 ID (representation ID in DASH)
 
 mime
 MIME type.
 
 codec
 codec parameter string
 
 width
 width in pixels, 0 if not visual
 
 height
 height in pixels, 0 if not visual
 
 interlaced
 interlaced flag, false 0 if not visual
 
 fps
 Frame Rate (Fraction), 0/0 if not visual.
 
 sar
 Sample Aspect Ration (Fraction), 0/0 if not visual.
 
 sample_rate
 Samplerate, 0 if not audio.
 
 nb_channels
 Number of channels, 0 if not audio.
 
 disabled
 set to true if quality is disabled (no playback support)
 
 is_selected
 set to true if quality is selected
 
 ast_offset
 AST offset for DASH low latency mode, 0 otherwise.
 
 avg_duration
 Average segment duration in seconds, 0 if unknown.
 
 sizes
 list of segment sizes for VoD cases, None otherwise or if unknown