make a symbol in module-ptorocol-stub static
[profile/ivi/pulseaudio.git] / src / polyplib-def.h
1 #ifndef foopolypdefhfoo
2 #define foopolypdefhfoo
3
4 #include <inttypes.h>
5
6 enum pa_stream_direction {
7     PA_STREAM_PLAYBACK,
8     PA_STREAM_RECORD
9 };
10
11 struct pa_buffer_attr {
12     uint32_t maxlength;
13     uint32_t tlength;
14     uint32_t prebuf;
15     uint32_t minreq;
16     uint32_t fragsize;
17 };
18
19
20 #endif