summaryrefslogtreecommitdiffstats
path: root/polyp/play-memchunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/play-memchunk.h')
-rw-r--r--polyp/play-memchunk.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/polyp/play-memchunk.h b/polyp/play-memchunk.h
new file mode 100644
index 00000000..76f9dbd0
--- /dev/null
+++ b/polyp/play-memchunk.h
@@ -0,0 +1,8 @@
+#ifndef fooplaychunkhfoo
+#define fooplaychunkhfoo
+
+#include "sink.h"
+
+int pa_play_memchunk(struct pa_sink *sink, const char *name, const struct pa_sample_spec *ss, const struct pa_memchunk *chunk, uint32_t volume);
+
+#endif