PulseAudio  16.0
pulseaudio.h
Go to the documentation of this file.
1 #ifndef foopulseaudiohfoo
2 #define foopulseaudiohfoo
3 
4 /***
5  This file is part of PulseAudio.
6 
7  Copyright 2004-2006 Lennart Poettering
8  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
9 
10  PulseAudio is free software; you can redistribute it and/or modify
11  it under the terms of the GNU Lesser General Public License as
12  published by the Free Software Foundation; either version 2.1 of the
13  License, or (at your option) any later version.
14 
15  PulseAudio is distributed in the hope that it will be useful, but
16  WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  Lesser General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public
21  License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
22 ***/
23 
24 #include <pulse/direction.h>
25 #include <pulse/mainloop-api.h>
26 #include <pulse/sample.h>
27 #include <pulse/format.h>
28 #include <pulse/def.h>
29 #include <pulse/context.h>
30 #include <pulse/stream.h>
31 #include <pulse/introspect.h>
32 #include <pulse/subscribe.h>
33 #include <pulse/scache.h>
34 #include <pulse/version.h>
35 #include <pulse/error.h>
36 #include <pulse/operation.h>
37 #include <pulse/channelmap.h>
38 #include <pulse/volume.h>
39 #include <pulse/xmalloc.h>
40 #include <pulse/utf8.h>
41 #include <pulse/thread-mainloop.h>
42 #include <pulse/mainloop.h>
43 #include <pulse/mainloop-signal.h>
44 #include <pulse/util.h>
45 #include <pulse/timeval.h>
46 #include <pulse/proplist.h>
47 #include <pulse/rtclock.h>
48 
180 #endif
Constants and routines for channel mapping handling.
Connection contexts for asynchronous communication with a server.
Global definitions.
Utility functions for pa_direction_t.
Error management.
Utility functions for handling a stream or sink format.
Routines for daemon introspection.
Main loop abstraction layer.
UNIX signal support for main loops.
A minimal main loop implementation based on the C library's poll() function.
Asynchronous operations.
Property list constants and functions.
Monotonic clock utilities.
Constants and routines for sample type handling.
All sample cache related routines.
Audio streams for input, output and sample upload.
Daemon introspection event subscription subsystem.
A thread based event loop implementation based on pa_mainloop.
Utility functions for handling timeval calculations.
UTF-8 validation functions.
Assorted utility functions.
Constants and routines for volume handling.
Memory allocation functions.