]> git.sesse.net Git - bmusb/blobdiff - bmusb.h
Add very rudimentary stopping support.
[bmusb] / bmusb.h
diff --git a/bmusb.h b/bmusb.h
index 7cbbf14e1e56f3b97c792bd675394f906ea29416..fb6f87135f514158f0fcdcd9bbbd4b5ab24655c5 100644 (file)
--- a/bmusb.h
+++ b/bmusb.h
@@ -54,5 +54,6 @@ FrameAllocator *get_audio_frame_allocator();
 
 void set_frame_callback(frame_callback_t callback);
 void start_bm_capture();
+void stop_bm_capture();
 
 #endif