Configuration
The following parameters are available for the quality tests in their respective builders.
Please refer to the documentation in docs
(in the downloaded SDK files) for more details on the Java APIs.
ExoPlayerQualityTest
Parameter |
Type |
Default Value |
Description |
manifestUri |
String |
None |
The manifest URL to be tested (required) |
maxPlaybackDuration |
Integer |
30000 |
Maximum playback duration in milliseconds |
maxTestDuration |
Integer |
60000 |
Maximum test duration in milliseconds |
maxAnalysisDuration |
Integer |
10000 |
Maximum analysis duration in milliseconds |
progressInterval |
Integer |
1000 |
Progress interval in milliseconds |
VideoQualityTest
Parameter |
Type |
Default Value |
Description |
url |
String |
None |
The URL to be tested (required) |
subject |
String |
None |
The subject to be tested (required) |
maxPlaybackDuration |
Integer |
30000 |
Maximum playback duration in milliseconds |
maxTestDuration |
Integer |
60000 |
Maximum test duration in milliseconds |
WebQualityTest
Parameter |
Type |
Default Value |
Description |
url |
String |
None |
The URL to be tested (required) |
timeout |
Integer |
30000 |
The timeout for the test in milliseconds |