diff options
| author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-08-07 22:12:06 +0200 |
|---|---|---|
| committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-08-07 22:12:16 +0200 |
| commit | ee6fd4b4609a1c05a3f4ded4c8022b5ba84d7afd (patch) | |
| tree | 2d90de0573d378d3db1cd26c4b1af8f838404127 /rtaudio_c.h | |
| parent | f7b624ba819036b9ebfb3f4d0517fd45e01919b2 (diff) | |
Add the C interface for the name API
Diffstat (limited to 'rtaudio_c.h')
| -rw-r--r-- | rtaudio_c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtaudio_c.h b/rtaudio_c.h index 05015a9..589994a 100644 --- a/rtaudio_c.h +++ b/rtaudio_c.h @@ -102,6 +102,8 @@ typedef struct rtaudio *rtaudio_t; RTAUDIOAPI const char *rtaudio_version(void); RTAUDIOAPI const rtaudio_api_t *rtaudio_compiled_api(void); +RTAUDIOAPI const char *rtaudio_compiled_api_name(rtaudio_api_t api); +RTAUDIOAPI rtaudio_api_t rtaudio_compiled_api_by_name(const char *name); RTAUDIOAPI const char *rtaudio_error(rtaudio_t audio); |
