Structure used for AudioProcessor Callbacks.
Public Member Functions | |
| void | addBus (bool isInput, const String &name, const AudioChannelSet &defaultLayout, bool isActivatedByDefault=true) | 
| BusesProperties | withInput (const String &name, const AudioChannelSet &defaultLayout, bool isActivatedByDefault=true) const | 
| BusesProperties | withOutput (const String &name, const AudioChannelSet &defaultLayout, bool isActivatedByDefault=true) const | 
Public Attributes | |
| Array< BusProperties > | inputLayouts | 
| The layouts of the input buses.   | |
| Array< BusProperties > | outputLayouts | 
| The layouts of the output buses.   | |
| void juce::AudioProcessor::BusesProperties::addBus | ( | bool | isInput, | 
| const String & | name, | ||
| const AudioChannelSet & | defaultLayout, | ||
| bool | isActivatedByDefault = true ) | 
References name.
      
  | 
  nodiscard | 
References name.
      
  | 
  nodiscard | 
References name.
| Array<BusProperties> juce::AudioProcessor::BusesProperties::inputLayouts | 
The layouts of the input buses.
| Array<BusProperties> juce::AudioProcessor::BusesProperties::outputLayouts | 
The layouts of the output buses.