]> code.delx.au - pulseaudio/blob - src/polypdef.h
main part of the native protocol
[pulseaudio] / src / polypdef.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 queue_length;
13 uint32_t max_length;
14 uint32_t prebuf;
15 };
16
17
18 #endif