JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioProcessor::InOutChannelPair Struct Reference
Collaboration diagram for juce::AudioProcessor::InOutChannelPair:

Public Member Functions

 InOutChannelPair ()=default
 
 InOutChannelPair (const int16(&config)[2]) noexcept
 
 InOutChannelPair (int16 inCh, int16 outCh) 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: