mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
forgot some files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@104 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
46091a9237
commit
839f99ffbf
8 changed files with 338 additions and 0 deletions
8
polyp/play-memchunk.h
Normal file
8
polyp/play-memchunk.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue