dep: Add cubeb

This commit is contained in:
Connor McLaughlin
2020-01-10 14:59:53 +10:00
parent a9e12883bf
commit 3ba98e6ef8
62 changed files with 24532 additions and 0 deletions

10
dep/cubeb/src/cubeb-jni.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef _CUBEB_JNI_H_
#define _CUBEB_JNI_H_
typedef struct cubeb_jni cubeb_jni;
cubeb_jni * cubeb_jni_init();
int cubeb_get_output_latency_from_jni(cubeb_jni * cubeb_jni_ptr);
void cubeb_jni_destroy(cubeb_jni * cubeb_jni_ptr);
#endif // _CUBEB_JNI_H_