Audaspace  1.6.0
A high level audio library.
PulseAudioSymbols.h
1 /*******************************************************************************
2  * Copyright 2009-2016 Jörg Müller
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  ******************************************************************************/
16 
17 PULSEAUDIO_SYMBOL(pa_context_connect);
18 PULSEAUDIO_SYMBOL(pa_context_disconnect);
19 PULSEAUDIO_SYMBOL(pa_context_get_state);
20 PULSEAUDIO_SYMBOL(pa_context_new);
21 PULSEAUDIO_SYMBOL(pa_context_set_state_callback);
22 PULSEAUDIO_SYMBOL(pa_context_unref);
23 
24 PULSEAUDIO_SYMBOL(pa_stream_begin_write);
25 PULSEAUDIO_SYMBOL(pa_stream_connect_playback);
26 PULSEAUDIO_SYMBOL(pa_stream_cork);
27 PULSEAUDIO_SYMBOL(pa_stream_flush);
28 PULSEAUDIO_SYMBOL(pa_stream_get_time);
29 PULSEAUDIO_SYMBOL(pa_stream_is_corked);
30 PULSEAUDIO_SYMBOL(pa_stream_new);
31 PULSEAUDIO_SYMBOL(pa_stream_set_buffer_attr);
32 PULSEAUDIO_SYMBOL(pa_stream_set_underflow_callback);
33 PULSEAUDIO_SYMBOL(pa_stream_set_write_callback);
34 PULSEAUDIO_SYMBOL(pa_stream_write);
35 
36 PULSEAUDIO_SYMBOL(pa_mainloop_free);
37 PULSEAUDIO_SYMBOL(pa_mainloop_get_api);
38 PULSEAUDIO_SYMBOL(pa_mainloop_new);
39 PULSEAUDIO_SYMBOL(pa_mainloop_iterate);
40 PULSEAUDIO_SYMBOL(pa_mainloop_prepare);
41 PULSEAUDIO_SYMBOL(pa_mainloop_poll);
42 PULSEAUDIO_SYMBOL(pa_mainloop_dispatch);
43 
44 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_free);
45 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_get_api);
46 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_lock);
47 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_new);
48 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_signal);
49 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_start);
50 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_stop);
51 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_unlock);
52 PULSEAUDIO_SYMBOL(pa_threaded_mainloop_wait);