|
DASH-IF Conformance Software
|
Public Member Functions | |
| handleArguments () | |
| detectFromManifest () | |
| hookBeforeRepresentation () | |
| hookBeforeAdaptationSet () | |
| hookPeriod () | |
Public Member Functions inherited from DASHIF\ModuleInterface | |
| isEnabled () | |
| setEnabled ($newVal) | |
| hookBeforeMPD () | |
| Checks if pre-conditions for MPD Validation are met. More... | |
| hookMPD () | |
| hookRepresentation () | |
| hookAdaptationSet () | |
| hookLiveMpd ($mpd, $nextMpd) | |
Protected Member Functions | |
| addCLIArguments () | |
Protected Member Functions inherited from DASHIF\ModuleInterface | |
| message ($message) | |
Additional Inherited Members | |
Public Attributes inherited from DASHIF\ModuleInterface | |
| $name | |
| $detected | |
Protected Attributes inherited from DASHIF\ModuleInterface | |
| $enabled | |
| $messages | |
| $warnings | |
| $errors | |
| DASHIF\ModuleCTAWAVE::hookBeforeAdaptationSet | ( | ) |
A hook that is run after running a crossRepresentationProcess. Return value is added to the same array as hookBeforeRepresentation.
Reimplemented from DASHIF\ModuleInterface.
| DASHIF\ModuleCTAWAVE::hookBeforeRepresentation | ( | ) |
A hook that is run before downloading and validating the first segment of each period-adaptationset combination. Return value is ignored
Reimplemented from DASHIF\ModuleInterface.
| DASHIF\ModuleCTAWAVE::hookPeriod | ( | ) |
Is called after all the periods have been parsed. Return value is ignored.
Reimplemented from DASHIF\ModuleInterface.