1#ifndef LH_NONLINEARITY_API_H
2#define LH_NONLINEARITY_API_H
31#include "lighthouse/api/LighthouseDllDecl.h"
Definition LHNonlinearityAPI.h:38
virtual size_t getNonlinearityCoefficients(lh_device_id_t deviceID, lh_error_code_t *errorCode, float buffer[], size_t bufferLength)
virtual ~LHNonlinearityAPI()=default
int32_t lh_error_code_t
Definition lhdefs.h:47
uint32_t lh_device_id_t
Definition lhdefs.h:43
This is the API for controlling the autonulling functionality of a device.
Definition LighthouseAPI.h:54