Ardour  9.0-pre0-582-g084a23a80d
Steinberg::VST3PI::AudioBusInfo Struct Reference

#include <vst3_plugin.h>

Public Member Functions

 AudioBusInfo (Vst::BusType t, int32_t c, bool a)
 
 AudioBusInfo ()
 

Public Attributes

Vst::BusType type
 
int32_t n_chn
 
int32_t n_used_chn
 
bool dflt
 

Detailed Description

Definition at line 142 of file vst3_plugin.h.

Constructor & Destructor Documentation

◆ AudioBusInfo() [1/2]

Steinberg::VST3PI::AudioBusInfo::AudioBusInfo ( Vst::BusType  t,
int32_t  c,
bool  a 
)
inline

Definition at line 143 of file vst3_plugin.h.

◆ AudioBusInfo() [2/2]

Steinberg::VST3PI::AudioBusInfo::AudioBusInfo ( )
inline

Definition at line 144 of file vst3_plugin.h.

Member Data Documentation

◆ dflt

bool Steinberg::VST3PI::AudioBusInfo::dflt

Definition at line 148 of file vst3_plugin.h.

◆ n_chn

int32_t Steinberg::VST3PI::AudioBusInfo::n_chn

Definition at line 146 of file vst3_plugin.h.

◆ n_used_chn

int32_t Steinberg::VST3PI::AudioBusInfo::n_used_chn

Definition at line 147 of file vst3_plugin.h.

◆ type

Vst::BusType Steinberg::VST3PI::AudioBusInfo::type

Definition at line 145 of file vst3_plugin.h.


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