#include <vstcomponent.h>
Inheritance diagram for Steinberg::Vst::EventBus:

Public Member Functions | |
| EventBus (const TChar *name, BusType busType, int32 flags, int32 channelCount) | |
| virtual bool | getInfo (BusInfo &info) |
Protected Attributes | |
| int32 | channelCount |
Definition at line 79 of file vstcomponent.h.
| Steinberg::Vst::EventBus::EventBus | ( | const TChar * | name, | |
| BusType | busType, | |||
| int32 | flags, | |||
| int32 | channelCount | |||
| ) |
Constructor of an EventBus.
Definition at line 63 of file vstcomponent.cpp.
| bool Steinberg::Vst::EventBus::getInfo | ( | BusInfo & | info | ) | [virtual] |
Gets the BusInfo of this bus.
Reimplemented from Steinberg::Vst::Bus.
Definition at line 69 of file vstcomponent.cpp.
int32 Steinberg::Vst::EventBus::channelCount [protected] |
Definition at line 92 of file vstcomponent.h.