JUCE
Public Member Functions | Public Attributes | List of all members
AudioProcessor::AudioProcessorBus Struct Reference

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

Public Member Functions

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

Public Attributes

String name
 The bus's name. More...
 
AudioChannelSet channels
 The set of channel types that the bus contains. 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

String AudioProcessor::AudioProcessorBus::name

The bus's name.

AudioChannelSet AudioProcessor::AudioProcessorBus::channels

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