Options
Menu

Interface Report

Represents the report generated from an AudioOutputTest.

Hierarchy

  • Report

Index

Properties

deviceId

deviceId: string | undefined

The deviceId of the audio device used to play audio out of.

errors

errors: DiagnosticError[]

Any errors that occurred during the run-time of the AudioOutputTest.

testName

testName: typeof testName

Name of the test, set to AudioOutputTest.testName.

testTiming

testTiming: TimeMeasurement

Time measurements of test run time.

Optional testURI

testURI: undefined | string

The URI of the audio file used during the test.

values

values: number[]

The volume values emitted by the test during its run-time.

Generated using TypeDoc