JUCE  v4.2.4-0-g680d758
JUCE API
AudioProcessor::AudioProcessorBus Struct Reference

Describes the layout and properties of an audio bus. More...

#include <juce_AudioProcessor.h>

Collaboration diagram for AudioProcessor::AudioProcessorBus:

Public Member Functions

 AudioProcessorBus (const String &busName, const AudioChannelSet &channelTypes)
 Creates a bus from a name and set of channel types. More...
 

Public Attributes

AudioChannelSet channels
 The set of channel types that the bus contains. More...
 
String name
 The bus's name. More...
 

Detailed Description

Describes the layout and properties of an audio bus.

Effectively a bus description is a named set of channel types.

See also
AudioChannelSet

Constructor & Destructor Documentation

AudioProcessor::AudioProcessorBus::AudioProcessorBus ( const String busName,
const AudioChannelSet channelTypes 
)

Creates a bus from a name and set of channel types.

Member Data Documentation

AudioChannelSet AudioProcessor::AudioProcessorBus::channels
String AudioProcessor::AudioProcessorBus::name

The bus's name.


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