JUCE  v5.1.1-3-g1a0b28c73
JUCE API
AudioProcessor::BusProperties Struct Reference

Structure used for AudioProcessor Callbacks. More...

#include <juce_AudioProcessor.h>

Collaboration diagram for 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 AudioProcessor::BusProperties::busName

The name of the bus.

◆ defaultLayout

AudioChannelSet AudioProcessor::BusProperties::defaultLayout

The default layout of the bus.

◆ isActivatedByDefault

bool AudioProcessor::BusProperties::isActivatedByDefault

Is this bus activated by default?


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