Audaspace 1.6.0
A high level audio library.
Loading...
Searching...
No Matches
PipeWireSymbols.h
1/*******************************************************************************
2 * Copyright 2009-2024 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
17PIPEWIRE_SYMBOL(pw_init);
18PIPEWIRE_SYMBOL(pw_deinit);
19
20PIPEWIRE_SYMBOL(pw_properties_new);
21PIPEWIRE_SYMBOL(pw_properties_setf);
22
23PIPEWIRE_SYMBOL(pw_stream_connect);
24PIPEWIRE_SYMBOL(pw_stream_destroy);
25PIPEWIRE_SYMBOL(pw_stream_get_nsec);
26PIPEWIRE_SYMBOL(pw_stream_get_time_n);
27PIPEWIRE_SYMBOL(pw_stream_new_simple);
28PIPEWIRE_SYMBOL(pw_stream_queue_buffer);
29PIPEWIRE_SYMBOL(pw_stream_dequeue_buffer);
30PIPEWIRE_SYMBOL(pw_stream_set_active);
31PIPEWIRE_SYMBOL(pw_stream_flush);
32
33PIPEWIRE_SYMBOL(pw_thread_loop_destroy);
34PIPEWIRE_SYMBOL(pw_thread_loop_get_loop);
35PIPEWIRE_SYMBOL(pw_thread_loop_lock);
36PIPEWIRE_SYMBOL(pw_thread_loop_unlock);
37PIPEWIRE_SYMBOL(pw_thread_loop_new);
38PIPEWIRE_SYMBOL(pw_thread_loop_start);
39PIPEWIRE_SYMBOL(pw_thread_loop_stop);
40
41PIPEWIRE_SYMBOL(pw_check_library_version);