Audaspace
1.9.0
A high level audio library.
Toggle main menu visibility
Loading...
Searching...
No Matches
pipewire
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
17
PIPEWIRE_SYMBOL(pw_init);
18
PIPEWIRE_SYMBOL(pw_deinit);
19
20
PIPEWIRE_SYMBOL(pw_properties_new);
21
PIPEWIRE_SYMBOL(pw_properties_setf);
22
23
PIPEWIRE_SYMBOL(pw_stream_connect);
24
PIPEWIRE_SYMBOL(pw_stream_destroy);
25
PIPEWIRE_SYMBOL(pw_stream_get_nsec);
26
PIPEWIRE_SYMBOL(pw_stream_get_time_n);
27
PIPEWIRE_SYMBOL(pw_stream_new_simple);
28
PIPEWIRE_SYMBOL(pw_stream_queue_buffer);
29
PIPEWIRE_SYMBOL(pw_stream_dequeue_buffer);
30
PIPEWIRE_SYMBOL(pw_stream_set_active);
31
PIPEWIRE_SYMBOL(pw_stream_flush);
32
33
PIPEWIRE_SYMBOL(pw_thread_loop_destroy);
34
PIPEWIRE_SYMBOL(pw_thread_loop_get_loop);
35
PIPEWIRE_SYMBOL(pw_thread_loop_lock);
36
PIPEWIRE_SYMBOL(pw_thread_loop_unlock);
37
PIPEWIRE_SYMBOL(pw_thread_loop_new);
38
PIPEWIRE_SYMBOL(pw_thread_loop_start);
39
PIPEWIRE_SYMBOL(pw_thread_loop_stop);
40
41
PIPEWIRE_SYMBOL(pw_check_library_version);
Generated by
1.17.0