|
HART
0.1.0
High level Audio Regression and Testing
|
Details about matcher failure. More...
#include <hart_matcher_failure_details.hpp>
Public Attributes | |
| size_t | frame = 0 |
| Index of frame at which the match has failed. | |
| size_t | channel = 0 |
| Index of channel at which the failure was detected. | |
| std::string | description |
| Readable description of why the match has failed. | |
Details about matcher failure.
Definition at line 11 of file hart_matcher_failure_details.hpp.
| size_t frame = 0 |
Index of frame at which the match has failed.
Definition at line 13 of file hart_matcher_failure_details.hpp.
| size_t channel = 0 |
Index of channel at which the failure was detected.
Definition at line 14 of file hart_matcher_failure_details.hpp.
| std::string description |
Readable description of why the match has failed.
Definition at line 15 of file hart_matcher_failure_details.hpp.