Carla Backend
Public Attributes | List of all members
CarlaRuntimeEngineDriverDeviceInfo Struct Reference

#include <CarlaHost.h>

Public Attributes

const char * name
 
uint hints
 
uint bufferSize
 
const uint32_t * bufferSizes
 
double sampleRate
 
const double * sampleRates
 

Detailed Description

Runtime engine driver device information.

Member Data Documentation

◆ name

const char* CarlaRuntimeEngineDriverDeviceInfo::name

Name of the driver device.

◆ hints

uint CarlaRuntimeEngineDriverDeviceInfo::hints

This driver device hints.

See also
Engine Driver Device Hints

◆ bufferSize

uint CarlaRuntimeEngineDriverDeviceInfo::bufferSize

Current buffer size.

◆ bufferSizes

const uint32_t* CarlaRuntimeEngineDriverDeviceInfo::bufferSizes

Available buffer sizes. Terminated with 0.

◆ sampleRate

double CarlaRuntimeEngineDriverDeviceInfo::sampleRate

Current sample rate.

◆ sampleRates

const double* CarlaRuntimeEngineDriverDeviceInfo::sampleRates

Available sample rates. Terminated with 0.0.


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