|
DASH-IF Conformance Software
|
Public Member Functions | |
| handleArguments () | |
| detectFromManifest () | |
| hookBeforeRepresentation () | |
| hookRepresentation () | |
| hookBeforeAdaptationSet () | |
| hookAdaptationSet () | |
Public Member Functions inherited from DASHIF\ModuleInterface | |
| isEnabled () | |
| setEnabled ($newVal) | |
| hookBeforeMPD () | |
| Checks if pre-conditions for MPD Validation are met. More... | |
| hookMPD () | |
| hookPeriod () | |
| 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\ModuleCMAF::hookAdaptationSet | ( | ) |
A hook that is run after running a crossRepresentationProcess. Return value is added to the same array as hookBeforeRepresentation. Return values are ignored.
Reimplemented from DASHIF\ModuleInterface.
| DASHIF\ModuleCMAF::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\ModuleCMAF::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\ModuleCMAF::hookRepresentation | ( | ) |
A hook that is run after downloading and validating the first segment of each period-adaptationset combination. Return value is added to an unnamed aray and used for reporting.
Reimplemented from DASHIF\ModuleInterface.