libgpac
Documentation of the core library of GPAC
DASH custom algorithm

Python API for libgpac DASH client. More...

+ Collaboration diagram for DASH custom algorithm:

Data Structures

class  python.libgpac.libgpac.DASHQualityInfo
 DASH media quality information (Representation info) More...
 
class  python.libgpac.libgpac.DASHSRD
 DASH Spatial Relation Descriptor object, used for tiling. More...
 
class  python.libgpac.libgpac.DASHGroup
 DASH group object. More...
 
class  python.libgpac.libgpac.DASHGroupStatistics
 DASH groups statistics object. More...
 
class  python.libgpac.libgpac.DASHGroupDownloadStatistics
 DASH group current segment download statistics object. More...
 
class  python.libgpac.libgpac.DASHCustomAlgorithm
 DASH custom algo Upon successful binding to the dashin filter, the object will be assigned a list member called groups, containing the declared group for the active period. More...
 

Detailed Description

DASH client logic can be controlled in Python. This is achieved by calling Filter.bind on the dashin filter using an object deriving from DASHCustomAlgorithm.