|
HART
0.2.0
High level Audio Regression and Testing
|
This is the complete list of members for Matcher< SampleType, Derived >, including all inherited members.
| appliesToChannel(size_t channel) | MatcherBase< SampleType > | inlineprotected |
| atAllChannels() & | Matcher< SampleType, Derived > | inline |
| atAllChannels() && | Matcher< SampleType, Derived > | inline |
| atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) & | Matcher< SampleType, Derived > | inline |
| atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) && | Matcher< SampleType, Derived > | inline |
| atChannel(size_t channelToMatch) & | Matcher< SampleType, Derived > | inline |
| atChannel(size_t channelToMatch) && | Matcher< SampleType, Derived > | inline |
| atChannels(std::initializer_list< size_t > channelsToMatch) & | Matcher< SampleType, Derived > | inline |
| atChannels(std::initializer_list< size_t > channelsToMatch) && | Matcher< SampleType, Derived > | inline |
| canOperatePerBlock() const =0 | MatcherBase< SampleType > | pure virtual |
| copy() const override | Matcher< SampleType, Derived > | inlinevirtual |
| getChannelFlags() const | MatcherBase< SampleType > | inlineprotected |
| getFailureDetails() const =0 | MatcherBase< SampleType > | pure virtual |
| HART_DEPRECATED("This method is deprecated. Switch to the one that uses AnalysisContext instead.") virtual bool match(const AudioBuffer< SampleType > &inputAudio | MatcherBase< SampleType > | |
| m_channelsToMatch | MatcherBase< SampleType > | protected |
| match(analysisContext) | MatcherBase< SampleType > | |
| match(AnalysisContext< SampleType > analysisContext) | MatcherBase< SampleType > | inlinevirtual |
| move() override | Matcher< SampleType, Derived > | inlinevirtual |
| observedOutputAudio | MatcherBase< SampleType > | |
| operator<<(std::ostream &stream, const MatcherBase< SampleType > &matcher) | Matcher< SampleType, Derived > | related |
| prepare(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames)=0 | MatcherBase< SampleType > | pure virtual |
| prepareWithActiveChannels(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames) | MatcherBase< SampleType > | inline |
| represent(std::ostream &stream) const =0 | MatcherBase< SampleType > | pure virtual |
| representWithActiveChannels(std::ostream &stream) const | MatcherBase< SampleType > | inline |
| reset() | MatcherBase< SampleType > | inlinevirtual |
| supportsChannelLayout(size_t, size_t) const | MatcherBase< SampleType > | inlinevirtual |
| supportsSampleRate(double) const | MatcherBase< SampleType > | inlinevirtual |
| ~MatcherBase()=default | MatcherBase< SampleType > | virtual |