#include <vstaudioeffect.h>
Inheritance diagram for Steinberg::Vst::AudioBus:

Public Member Functions | |
| AudioBus (const TChar *name, BusType busType, int32 flags, SpeakerArrangement arr) | |
| SpeakerArrangement | getArrangement () const |
| void | setArrangement (const SpeakerArrangement &arr) |
| virtual bool | getInfo (BusInfo &info) |
Protected Attributes | |
| SpeakerArrangement | speakerArr |
Definition at line 50 of file vstaudioeffect.h.
| Steinberg::Vst::AudioBus::AudioBus | ( | const TChar * | name, | |
| BusType | busType, | |||
| int32 | flags, | |||
| SpeakerArrangement | arr | |||
| ) |
Definition at line 44 of file vstaudioeffect.cpp.
| SpeakerArrangement Steinberg::Vst::AudioBus::getArrangement | ( | ) | const [inline] |
Gets the speaker arrangement defining this Audio bus.
Definition at line 57 of file vstaudioeffect.h.
| bool Steinberg::Vst::AudioBus::getInfo | ( | BusInfo & | info | ) | [virtual] |
Gets the BusInfo associated to this Audio bus
Reimplemented from Steinberg::Vst::Bus.
Definition at line 50 of file vstaudioeffect.cpp.
| void Steinberg::Vst::AudioBus::setArrangement | ( | const SpeakerArrangement & | arr | ) | [inline] |
Sets the speaker arrangement defining this Audio bus.
Definition at line 59 of file vstaudioeffect.h.
Definition at line 66 of file vstaudioeffect.h.