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

Public Member Functions

 NumChannels ()=default
 
 NumChannels (const AudioProcessor::BusesLayout &layout)
 
 NumChannels (int numIns, int numOuts)
 
AudioProcessor::BusesLayout toLayout () const
 

Public Attributes

int ins = 0
 
int outs = 0
 

Constructor & Destructor Documentation

◆ NumChannels() [1/3]

juce::AudioProcessorPlayer::NumChannels::NumChannels ( )
default

◆ NumChannels() [2/3]

juce::AudioProcessorPlayer::NumChannels::NumChannels ( int  numIns,
int  numOuts 
)
inline

◆ NumChannels() [3/3]

juce::AudioProcessorPlayer::NumChannels::NumChannels ( const AudioProcessor::BusesLayout layout)
inlineexplicit

Member Function Documentation

◆ toLayout()

AudioProcessor::BusesLayout juce::AudioProcessorPlayer::NumChannels::toLayout ( ) const
inline

Member Data Documentation

◆ ins

int juce::AudioProcessorPlayer::NumChannels::ins = 0

◆ outs

int juce::AudioProcessorPlayer::NumChannels::outs = 0

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