JUCE  v5.1.1-3-g1a0b28c73
JUCE API
AudioProcessor::InOutChannelPair Struct Reference
Collaboration diagram for AudioProcessor::InOutChannelPair:

Public Member Functions

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

Public Attributes

int16 inChannels
 
int16 outChannels
 

Constructor & Destructor Documentation

◆ InOutChannelPair() [1/4]

AudioProcessor::InOutChannelPair::InOutChannelPair ( )
inlinenoexcept

◆ InOutChannelPair() [2/4]

AudioProcessor::InOutChannelPair::InOutChannelPair ( const InOutChannelPair o)
inlinenoexcept

◆ InOutChannelPair() [3/4]

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

◆ InOutChannelPair() [4/4]

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

Member Function Documentation

◆ operator=()

InOutChannelPair& AudioProcessor::InOutChannelPair::operator= ( const InOutChannelPair o)
inlinenoexcept

References inChannels.

◆ operator==()

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

Member Data Documentation

◆ inChannels

int16 AudioProcessor::InOutChannelPair::inChannels

Referenced by operator=().

◆ outChannels

int16 AudioProcessor::InOutChannelPair::outChannels

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