PipeWire 1.0.5
Loading...
Searching...
No Matches
keys.h
Go to the documentation of this file.
1/* PipeWire */
2/* SPDX-FileCopyrightText: Copyright © 2019 Collabora Ltd. */
3/* @author George Kiagiadakis <george.kiagiadakis@collabora.com> */
4/* SPDX-License-Identifier: MIT */
5
6#ifndef PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H
7#define PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
18#define PW_KEY_SESSION_ID "session.id"
20#define PW_KEY_ENDPOINT_ID "endpoint.id"
21#define PW_KEY_ENDPOINT_NAME "endpoint.name"
22#define PW_KEY_ENDPOINT_MONITOR "endpoint.monitor"
23#define PW_KEY_ENDPOINT_CLIENT_ID "endpoint.client.id"
24#define PW_KEY_ENDPOINT_ICON_NAME "endpoint.icon-name"
26#define PW_KEY_ENDPOINT_AUTOCONNECT "endpoint.autoconnect"
28#define PW_KEY_ENDPOINT_TARGET "endpoint.target"
30#define PW_KEY_ENDPOINT_STREAM_ID "endpoint-stream.id"
31#define PW_KEY_ENDPOINT_STREAM_NAME "endpoint-stream.name"
32#define PW_KEY_ENDPOINT_STREAM_DESCRIPTION "endpoint-stream.description"
34#define PW_KEY_ENDPOINT_LINK_OUTPUT_ENDPOINT "endpoint-link.output.endpoint"
35#define PW_KEY_ENDPOINT_LINK_OUTPUT_STREAM "endpoint-link.output.stream"
36#define PW_KEY_ENDPOINT_LINK_INPUT_ENDPOINT "endpoint-link.input.endpoint"
37#define PW_KEY_ENDPOINT_LINK_INPUT_STREAM "endpoint-link.input.stream"
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H */