summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-03 19:26:56 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-03 19:26:56 +0000
commit24291aff27c671c11619684cb10d3b36fdf87c0d (patch)
tree25f5c7493a58b6d48b51fb1b9843fb39bbb77b8b /polyp/polyplib-def.h
parente10b918009446186c80584273d2e3f5e84a6670b (diff)
sample cache work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@102 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-def.h')
-rw-r--r--polyp/polyplib-def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/polyplib-def.h b/polyp/polyplib-def.h
index e43f4b35..ec2d528b 100644
--- a/polyp/polyplib-def.h
+++ b/polyp/polyplib-def.h
@@ -26,7 +26,8 @@
enum pa_stream_direction {
PA_STREAM_PLAYBACK,
- PA_STREAM_RECORD
+ PA_STREAM_RECORD,
+ PA_STREAM_UPLOAD
};
struct pa_buffer_attr {