summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xas/audio.h b/include/xas/audio.h
index ab6bce4..3a9ab69 100644
--- a/include/xas/audio.h
+++ b/include/xas/audio.h
@@ -84,6 +84,8 @@ xas_audio_stream *xas_audio_stream_new_source(xas_audio_fill fill,
void xas_audio_stream_destroy(xas_audio_stream *stream);
+void *xas_audio_stream_buffer(xas_audio_stream *stream);
+
ssize_t xas_audio_stream_write(xas_audio_stream *stream,
void *samples,
size_t count);