LMMS
Loading...
Searching...
No Matches
juce::AudioProcessor::InOutChannelPair Struct Reference

Public Member Functions

 InOutChannelPair ()=default
 InOutChannelPair (int16 inCh, int16 outCh) noexcept
 InOutChannelPair (const int16(&config)[2]) noexcept
bool operator== (const InOutChannelPair &other) const noexcept

Public Attributes

int16 inChannels = 0
int16 outChannels = 0

Constructor & Destructor Documentation

◆ InOutChannelPair() [1/3]

juce::AudioProcessor::InOutChannelPair::InOutChannelPair ( )
default

◆ InOutChannelPair() [2/3]

juce::AudioProcessor::InOutChannelPair::InOutChannelPair ( int16 inCh,
int16 outCh )
inlinenoexcept

◆ InOutChannelPair() [3/3]

juce::AudioProcessor::InOutChannelPair::InOutChannelPair ( const int16(&) config[2])
inlinenoexcept

Member Function Documentation

◆ operator==()

bool juce::AudioProcessor::InOutChannelPair::operator== ( const InOutChannelPair & other) const
inlinenoexcept

Member Data Documentation

◆ inChannels

int16 juce::AudioProcessor::InOutChannelPair::inChannels = 0

◆ outChannels

int16 juce::AudioProcessor::InOutChannelPair::outChannels = 0

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