Go to the documentation of this file.
6 #ifndef PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H
7 #define PIPEWIRE_EXT_SESSION_MANAGER_KEYS_H
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"