mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
9 lines
223 B
C
9 lines
223 B
C
|
|
#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
|