Represents the bus layout state of a plug-in.  
 More...
#include <juce_AudioProcessor.h>
Represents the bus layout state of a plug-in. 
◆ getBuses() [1/2]
      
        
          | auto & AudioProcessor::BusesLayout::getBuses | ( | bool | isInput | ) | const | 
      
 
 
◆ getBuses() [2/2]
      
        
          | auto & AudioProcessor::BusesLayout::getBuses | ( | bool | isInput | ) |  | 
      
 
 
◆ getNumChannels()
  
  | 
        
          | int AudioProcessor::BusesLayout::getNumChannels | ( | bool | isInput, |  
          |  |  | int | busIndex ) const |  | noexcept | 
 
 
◆ getChannelSet() [1/2]
  
  | 
        
          | AudioChannelSet & AudioProcessor::BusesLayout::getChannelSet | ( | bool | isInput, |  
          |  |  | int | busIndex ) |  | noexcept | 
 
Get the channel set of a particular bus. 
 
 
◆ getChannelSet() [2/2]
  
  | 
        
          | AudioChannelSet AudioProcessor::BusesLayout::getChannelSet | ( | bool | isInput, |  
          |  |  | int | busIndex ) const |  | noexcept | 
 
Get the channel set of a particular bus. 
 
 
◆ getMainInputChannelSet()
  
  | 
        
          | AudioChannelSet AudioProcessor::BusesLayout::getMainInputChannelSet | ( |  | ) | const |  | noexcept | 
 
Get the input channel layout on the main bus. 
 
 
◆ getMainOutputChannelSet()
  
  | 
        
          | AudioChannelSet AudioProcessor::BusesLayout::getMainOutputChannelSet | ( |  | ) | const |  | noexcept | 
 
Get the output channel layout on the main bus. 
 
 
◆ getMainInputChannels()
  
  | 
        
          | int AudioProcessor::BusesLayout::getMainInputChannels | ( |  | ) | const |  | noexcept | 
 
Get the number of input channels on the main bus. 
 
 
◆ getMainOutputChannels()
  
  | 
        
          | int AudioProcessor::BusesLayout::getMainOutputChannels | ( |  | ) | const |  | noexcept | 
 
Get the number of output channels on the main bus. 
 
 
◆ operator==()
  
  | 
        
          | bool AudioProcessor::BusesLayout::operator== | ( | const BusesLayout & | other | ) | const |  | noexcept | 
 
 
◆ operator!=()
  
  | 
        
          | bool AudioProcessor::BusesLayout::operator!= | ( | const BusesLayout & | other | ) | const |  | noexcept | 
 
 
◆ inputBuses
An array containing the list of input buses that this processor supports. 
 
 
◆ outputBuses
An array containing the list of output buses that this processor supports. 
 
 
The documentation for this struct was generated from the following file: