Ardour  9.0-pre0-582-g084a23a80d
EngineControl::StateStruct Struct Reference

Public Member Functions

 StateStruct ()
 

Public Attributes

std::string backend
 
std::string driver
 
std::string device
 
std::string input_device
 
std::string output_device
 
float sample_rate
 
uint32_t buffer_size
 
uint32_t n_periods
 
uint32_t input_latency
 
uint32_t output_latency
 
bool active
 
bool use_buffered_io
 
std::string midi_option
 
std::vector< MidiDeviceSettingsmidi_devices
 
std::string lm_input
 
std::string lm_output
 
time_t lru
 

Detailed Description

Definition at line 252 of file engine_dialog.h.

Constructor & Destructor Documentation

◆ StateStruct()

EngineControl::StateStruct::StateStruct ( )
inline

Definition at line 271 of file engine_dialog.h.

Member Data Documentation

◆ active

bool EngineControl::StateStruct::active

Definition at line 263 of file engine_dialog.h.

◆ backend

std::string EngineControl::StateStruct::backend

Definition at line 253 of file engine_dialog.h.

◆ buffer_size

uint32_t EngineControl::StateStruct::buffer_size

Definition at line 259 of file engine_dialog.h.

◆ device

std::string EngineControl::StateStruct::device

Definition at line 255 of file engine_dialog.h.

◆ driver

std::string EngineControl::StateStruct::driver

Definition at line 254 of file engine_dialog.h.

◆ input_device

std::string EngineControl::StateStruct::input_device

Definition at line 256 of file engine_dialog.h.

◆ input_latency

uint32_t EngineControl::StateStruct::input_latency

Definition at line 261 of file engine_dialog.h.

◆ lm_input

std::string EngineControl::StateStruct::lm_input

Definition at line 267 of file engine_dialog.h.

◆ lm_output

std::string EngineControl::StateStruct::lm_output

Definition at line 268 of file engine_dialog.h.

◆ lru

time_t EngineControl::StateStruct::lru

Definition at line 269 of file engine_dialog.h.

◆ midi_devices

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

Definition at line 266 of file engine_dialog.h.

◆ midi_option

std::string EngineControl::StateStruct::midi_option

Definition at line 265 of file engine_dialog.h.

◆ n_periods

uint32_t EngineControl::StateStruct::n_periods

Definition at line 260 of file engine_dialog.h.

◆ output_device

std::string EngineControl::StateStruct::output_device

Definition at line 257 of file engine_dialog.h.

◆ output_latency

uint32_t EngineControl::StateStruct::output_latency

Definition at line 262 of file engine_dialog.h.

◆ sample_rate

float EngineControl::StateStruct::sample_rate

Definition at line 258 of file engine_dialog.h.

◆ use_buffered_io

bool EngineControl::StateStruct::use_buffered_io

Definition at line 264 of file engine_dialog.h.


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