mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
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:
parent
00b53f3f4b
commit
2a6ee7731f
13 changed files with 0 additions and 0 deletions
20
src/polyplib-def.h
Normal file
20
src/polyplib-def.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue