#include <vstcomponent.h>
Public Member Functions | |
| BusList (MediaType type, BusDirection dir) | |
| MediaType | getType () const |
| BusDirection | getDirection () const |
Protected Attributes | |
| MediaType | type |
| BusDirection | direction |
Definition at line 99 of file vstcomponent.h.
| Steinberg::Vst::BusList::BusList | ( | MediaType | type, | |
| BusDirection | dir | |||
| ) |
Constructor.
Definition at line 79 of file vstcomponent.cpp.
| BusDirection Steinberg::Vst::BusList::getDirection | ( | ) | const [inline] |
Returns the BusList direction (see BusDirection).
Definition at line 110 of file vstcomponent.h.
| MediaType Steinberg::Vst::BusList::getType | ( | ) | const [inline] |
Returns the BusList Type (see MediaType).
Definition at line 107 of file vstcomponent.h.
BusDirection Steinberg::Vst::BusList::direction [protected] |
Definition at line 115 of file vstcomponent.h.
MediaType Steinberg::Vst::BusList::type [protected] |
Definition at line 114 of file vstcomponent.h.