PipeWire  0.3.45
keys.h
Go to the documentation of this file.
1 /* PipeWire
2  *
3  * Copyright © 2019 Collabora Ltd.
4  * @author George Kiagiadakis <george.kiagiadakis@collabora.com>
5  *
6  * Permission is hereby granted, free of charge, to any person obtaining a
7  * copy of this software and associated documentation files (the "Software"),
8  * to deal in the Software without restriction, including without limitation
9  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10  * and/or sell copies of the Software, and to permit persons to whom the
11  * Software is furnished to do so, subject to the following conditions:
12  *
13  * The above copyright notice and this permission notice (including the next
14  * paragraph) shall be included in all copies or substantial portions of the
15  * Software.
16  *
17  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23  * DEALINGS IN THE SOFTWARE.
24  */
25 
26 #ifndef PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H
27 #define PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
38 #define PW_KEY_SESSION_ID "session.id"
40 #define PW_KEY_ENDPOINT_ID "endpoint.id"
41 #define PW_KEY_ENDPOINT_NAME "endpoint.name"
42 #define PW_KEY_ENDPOINT_MONITOR "endpoint.monitor"
43 #define PW_KEY_ENDPOINT_CLIENT_ID "endpoint.client.id"
44 #define PW_KEY_ENDPOINT_ICON_NAME "endpoint.icon-name"
46 #define PW_KEY_ENDPOINT_AUTOCONNECT "endpoint.autoconnect"
48 #define PW_KEY_ENDPOINT_TARGET "endpoint.target"
50 #define PW_KEY_ENDPOINT_STREAM_ID "endpoint-stream.id"
51 #define PW_KEY_ENDPOINT_STREAM_NAME "endpoint-stream.name"
52 #define PW_KEY_ENDPOINT_STREAM_DESCRIPTION "endpoint-stream.description"
54 #define PW_KEY_ENDPOINT_LINK_OUTPUT_ENDPOINT "endpoint-link.output.endpoint"
55 #define PW_KEY_ENDPOINT_LINK_OUTPUT_STREAM "endpoint-link.output.stream"
56 #define PW_KEY_ENDPOINT_LINK_INPUT_ENDPOINT "endpoint-link.input.endpoint"
57 #define PW_KEY_ENDPOINT_LINK_INPUT_STREAM "endpoint-link.input.stream"
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif /* PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H */