add output stream draining

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@53 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-07-07 22:02:15 +00:00
parent e8d1185c42
commit 863fb90d90
12 changed files with 200 additions and 28 deletions

View file

@ -21,6 +21,8 @@ struct pa_simple* pa_simple_new(
void pa_simple_free(struct pa_simple *s);
int pa_simple_write(struct pa_simple *s, const void*data, size_t length, int *error);
int pa_simple_drain(struct pa_simple *s, int *error);
int pa_simple_read(struct pa_simple *s, void*data, size_t length, int *error);
#endif