Holds a list of AudioBus instances.
More...
#include <AudioBusList.hpp>
Holds a list of AudioBus instances.
AudioBusList abstract superclass.
- See also
- AudioBusArray
-
AudioBusVector
◆ copyFrom()
void switchboard::AudioBusList::copyFrom |
( |
const AudioBusList & | srcAudioBusList | ) |
const |
Copies another AudioBusList instance.
The number of buses has to match in both instances.
- Parameters
-
srcAudioBusList | The other AudioBusList instance where data is copied from. |
◆ getBus()
virtual AudioBus & switchboard::AudioBusList::getBus |
( |
const uint | busIndex | ) |
const |
|
pure virtual |
Gets an audio bus by its index.
- Parameters
-
busIndex | The index of the audio bus. |
- Returns
- The AudioBus instance.
◆ getFormat()
Gets the formats of the audio buses.
- Returns
- An AudioBusFormatList instance that describes the formats of the audio buses.
◆ getNumberOfBuses()
virtual uint switchboard::AudioBusList::getNumberOfBuses |
( |
| ) |
const |
|
pure virtual |
Gets the number of audio buses.
- Returns
- The number of audio buses.
The documentation for this struct was generated from the following file: