iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IBusInfo Class Reference

Used to manage information about a bus such as whether it's an input or output, channel count. More...

#include <IPlugStructs.h>

Public Member Functions

 IBusInfo (ERoute direction, int nchans=0)
 
int NChans () const
 
ERoute GetDirection () const
 

Detailed Description

Used to manage information about a bus such as whether it's an input or output, channel count.

Definition at line 484 of file IPlugStructs.h.

Constructor & Destructor Documentation

◆ IBusInfo()

IBusInfo::IBusInfo ( ERoute  direction,
int  nchans = 0 
)
inline

Definition at line 487 of file IPlugStructs.h.

Member Function Documentation

◆ GetDirection()

ERoute IBusInfo::GetDirection ( ) const
inline

Definition at line 495 of file IPlugStructs.h.

◆ NChans()

int IBusInfo::NChans ( ) const
inline

Definition at line 493 of file IPlugStructs.h.


The documentation for this class was generated from the following file: