Carla Backend
|
#include <CarlaHost.h>
Public Attributes | |
const char * | name |
uint | hints |
uint | bufferSize |
const uint32_t * | bufferSizes |
double | sampleRate |
const double * | sampleRates |
Runtime engine driver device information.
const char* CarlaRuntimeEngineDriverDeviceInfo::name |
Name of the driver device.
uint CarlaRuntimeEngineDriverDeviceInfo::hints |
This driver device hints.
uint CarlaRuntimeEngineDriverDeviceInfo::bufferSize |
Current buffer size.
const uint32_t* CarlaRuntimeEngineDriverDeviceInfo::bufferSizes |
Available buffer sizes. Terminated with 0.
double CarlaRuntimeEngineDriverDeviceInfo::sampleRate |
Current sample rate.
const double* CarlaRuntimeEngineDriverDeviceInfo::sampleRates |
Available sample rates. Terminated with 0.0.