Constructor for a VideoInputTest object.
Options to be used during the runtime of the test.
Raised upon completion of the test.
A callback that expects the following parameters: An VideoInputTest.Report that summarizes the test.
This VideoInputTest instance.
Raised by the test when encountering an error with a parameter of type DiagnosticError.
A callback that expects the following parameters: A DiagnosticError that the test encountered.
This VideoInputTest instance.
The name of the test.
This event is emitted with a test report when the test ends.
This event is emitted with a DiagnosticError when the test encounters an error, fatal or not.
The DiagnosticError that was encountered.
Stops the test. Emits a report upon the end of the test.
Generated using TypeDoc
VideoInputTest class that parses options and starts a video input device test.
Please see testVideoInputDevice for details and recommended practices.