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::BusProperties Struct Reference

Structure used for AudioProcessor Callbacks. More...

#include <juce_AudioProcessor.h>

Collaboration diagram for juce::AudioProcessor::BusProperties:

Public Attributes

String busName
 The name of the bus. More...
 
AudioChannelSet defaultLayout
 The default layout of the bus. More...
 
bool isActivatedByDefault
 Is this bus activated by default? More...
 

Detailed Description

Structure used for AudioProcessor Callbacks.

Member Data Documentation

◆ busName

String juce::AudioProcessor::BusProperties::busName

The name of the bus.

◆ defaultLayout

AudioChannelSet juce::AudioProcessor::BusProperties::defaultLayout

The default layout of the bus.

◆ isActivatedByDefault

bool juce::AudioProcessor::BusProperties::isActivatedByDefault

Is this bus activated by default?


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