BusInfo

BusInfo: This is the structure used with getBusInfo, informing the host about what is a specific given bus. \n See also: IComponent::getBusInfo

Members

Enums

BusFlags
enum BusFlags
Undocumented in source.

Functions

setName
void setName(wstring newName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

busType
BusType busType;

< main or aux - has to be a value of \ref BusTypes

channelCount
int32 channelCount;

< number of channels (if used then need to be recheck after \ref

direction
BusDirection direction;

< input or output \ref BusDirections

flags
uint32 flags;

< flags - a combination of \ref BusFlags

mediaType
MediaType mediaType;

< Media type - has to be a value of \ref MediaTypes

name
String128 name;

IAudioProcessor::setBusArrangements is called). For a bus of type MediaTypes::kEvent the channelCount corresponds to the number of supported MIDI channels by this bus +////< name of the bu

Meta