summaryrefslogtreecommitdiffstats
path: root/polyp/memblockq.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-17 18:53:42 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-17 18:53:42 +0000
commit81822a751929fbc153282de3af447b9430d5c474 (patch)
tree9fd51b79347cf8561ec90966287c4e9f180c2cf0 /polyp/memblockq.h
parent2d6d3e5c474544fd8dc4e59695a20f8cbab976fe (diff)
fix x11 build
disable prebuf on drain git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@136 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/memblockq.h')
-rw-r--r--polyp/memblockq.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/polyp/memblockq.h b/polyp/memblockq.h
index e6ad01db..40184703 100644
--- a/polyp/memblockq.h
+++ b/polyp/memblockq.h
@@ -76,7 +76,10 @@ uint32_t pa_memblockq_get_length(struct pa_memblockq *bq);
/* Return how many bytes are missing in queue to the specified fill amount */
uint32_t pa_memblockq_missing(struct pa_memblockq *bq);
-
+/* Returns the minimal request value */
uint32_t pa_memblockq_get_minreq(struct pa_memblockq *bq);
+/* Force disabling of pre-buf even when the pre-buffer is not yet filled */
+void pa_memblockq_prebuf_disable(struct pa_memblockq *bq);
+
#endif