]> code.delx.au - pulseaudio/blob - polyp/play-memchunk.h
implement proper refcounting in polyplib
[pulseaudio] / polyp / play-memchunk.h
1 #ifndef fooplaychunkhfoo
2 #define fooplaychunkhfoo
3
4 #include "sink.h"
5
6 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);
7
8 #endif