rename a bunch of files

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@79 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-07-16 18:40:20 +00:00
parent 00b53f3f4b
commit 2a6ee7731f
13 changed files with 0 additions and 0 deletions

20
src/polyplib-def.h Normal file
View file

@ -0,0 +1,20 @@
#ifndef foopolypdefhfoo
#define foopolypdefhfoo
#include <inttypes.h>
enum pa_stream_direction {
PA_STREAM_PLAYBACK,
PA_STREAM_RECORD
};
struct pa_buffer_attr {
uint32_t maxlength;
uint32_t tlength;
uint32_t prebuf;
uint32_t minreq;
uint32_t fragsize;
};
#endif