summaryrefslogtreecommitdiffstats
path: root/polyp/play-memchunk.h
blob: 76f9dbd0fdfa140da03114a8ca40080e798eb731 (plain)
1
2
3
4
5
6
7
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