mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix recording for simpel and esound protocols
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@54 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
863fb90d90
commit
cffc7768bd
22 changed files with 480 additions and 176 deletions
|
|
@ -8,7 +8,8 @@ enum pa_mainloop_api_io_events {
|
|||
PA_MAINLOOP_API_IO_EVENT_NULL = 0,
|
||||
PA_MAINLOOP_API_IO_EVENT_INPUT = 1,
|
||||
PA_MAINLOOP_API_IO_EVENT_OUTPUT = 2,
|
||||
PA_MAINLOOP_API_IO_EVENT_BOTH = 3
|
||||
PA_MAINLOOP_API_IO_EVENT_BOTH = 3,
|
||||
PA_MAINLOOP_API_IO_EVENT_HUP = 4
|
||||
};
|
||||
|
||||
struct pa_mainloop_api {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue