HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
MatcherFailureDetails Struct Reference

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.
 

Detailed Description

Details about matcher failure.

See also
Matcher::getFailureDetails()

Definition at line 11 of file hart_matcher_failure_details.hpp.

Member Data Documentation

◆ frame

size_t frame = 0

Index of frame at which the match has failed.

Definition at line 13 of file hart_matcher_failure_details.hpp.

◆ channel

size_t channel = 0

Index of channel at which the failure was detected.

Definition at line 14 of file hart_matcher_failure_details.hpp.

◆ description

std::string description

Readable description of why the match has failed.

Definition at line 15 of file hart_matcher_failure_details.hpp.


The documentation for this struct was generated from the following file: