summaryrefslogtreecommitdiff
path: root/tests/test5/capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test5/capture.h')
-rw-r--r--tests/test5/capture.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test5/capture.h b/tests/test5/capture.h
new file mode 100644
index 0000000..2acbe09
--- /dev/null
+++ b/tests/test5/capture.h
@@ -0,0 +1,9 @@
+#ifndef CAPTURE_H
+#define CAPTURE_H
+#include <gtk/gtk.h>
+
+typedef void(* capture_sound_level_cb_t)(gint sound_level, void *userdata);
+
+void audio_thread(void *args);
+
+#endif /*CAPTURE_H*/