mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
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:
parent
e8d1185c42
commit
863fb90d90
12 changed files with 200 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue