ardour
Public Member Functions | Public Attributes | List of all members
EngineControl::StateStruct Struct Reference

Public Member Functions

 StateStruct ()
 

Public Attributes

std::string backend
 
std::string driver
 
std::string device
 
float sample_rate
 
uint32_t buffer_size
 
uint32_t input_latency
 
uint32_t output_latency
 
uint32_t input_channels
 
uint32_t output_channels
 
bool active
 
std::string midi_option
 
std::vector< MidiDeviceSettingsmidi_devices
 

Detailed Description

Definition at line 181 of file engine_dialog.h.

Constructor & Destructor Documentation

EngineControl::StateStruct::StateStruct ( )
inline

Definition at line 195 of file engine_dialog.h.

Member Data Documentation

bool EngineControl::StateStruct::active

Definition at line 191 of file engine_dialog.h.

std::string EngineControl::StateStruct::backend

Definition at line 182 of file engine_dialog.h.

uint32_t EngineControl::StateStruct::buffer_size

Definition at line 186 of file engine_dialog.h.

std::string EngineControl::StateStruct::device

Definition at line 184 of file engine_dialog.h.

std::string EngineControl::StateStruct::driver

Definition at line 183 of file engine_dialog.h.

uint32_t EngineControl::StateStruct::input_channels

Definition at line 189 of file engine_dialog.h.

uint32_t EngineControl::StateStruct::input_latency

Definition at line 187 of file engine_dialog.h.

std::vector<MidiDeviceSettings> EngineControl::StateStruct::midi_devices

Definition at line 193 of file engine_dialog.h.

std::string EngineControl::StateStruct::midi_option

Definition at line 192 of file engine_dialog.h.

uint32_t EngineControl::StateStruct::output_channels

Definition at line 190 of file engine_dialog.h.

uint32_t EngineControl::StateStruct::output_latency

Definition at line 188 of file engine_dialog.h.

float EngineControl::StateStruct::sample_rate

Definition at line 185 of file engine_dialog.h.


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