diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xas/vox.h | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/include/xas/vox.h b/include/xas/vox.h index 7aa43e4..5a1cacf 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -54,6 +54,18 @@ int xas_vox_set_parameter(xas_vox *vox,                              const char *name,                              const char *value); +int xas_vox_set_parameter_str(xas_vox *vox, +                                const char *name, +                                const char *value); + +int xas_vox_set_parameter_float(xas_vox *vox, +                                  const char *name, +                                  float value); + +int xas_vox_set_parameter_int(xas_vox *vox, +                                const char *name, +                                int value); +  int xas_vox_stop(xas_vox *vox);  int xas_vox_active(xas_vox *vox); | 
 
    