mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
oss output works
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@15 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bfcde99a8f
commit
1a5060720d
12 changed files with 207 additions and 100 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
struct memblockq;
|
||||
|
||||
struct memblockq* memblockq_new(size_t maxlength, size_t base);
|
||||
struct memblockq* memblockq_new(size_t maxlength, size_t base, size_t prebuf);
|
||||
void memblockq_free(struct memblockq* bq);
|
||||
|
||||
void memblockq_push(struct memblockq* bq, struct memchunk *chunk, size_t delta);
|
||||
|
|
@ -19,6 +19,7 @@ void memblockq_drop(struct memblockq *bq, size_t length);
|
|||
void memblockq_shorten(struct memblockq *bq, size_t length);
|
||||
void memblockq_empty(struct memblockq *bq);
|
||||
|
||||
int memblockq_is_empty(struct memblockq *bq);
|
||||
int memblockq_is_readable(struct memblockq *bq);
|
||||
int memblockq_is_writable(struct memblockq *bq, size_t length);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue