PipeWire  1.4.3
keys.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2019 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_NODE_KEYS_H
6 #define SPA_NODE_KEYS_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
18 #define SPA_KEY_NODE_NAME "node.name"
19 #define SPA_KEY_NODE_DESCRIPTION "node.description"
21 #define SPA_KEY_NODE_LATENCY "node.latency"
22 #define SPA_KEY_NODE_MAX_LATENCY "node.max-latency"
24 #define SPA_KEY_NODE_DRIVER "node.driver"
25 #define SPA_KEY_NODE_ALWAYS_PROCESS "node.always-process"
27 #define SPA_KEY_NODE_PAUSE_ON_IDLE "node.pause-on-idle"
29 #define SPA_KEY_NODE_MONITOR "node.monitor"
33 #define SPA_KEY_PORT_NAME "port.name"
34 #define SPA_KEY_PORT_ALIAS "port.alias"
35 #define SPA_KEY_PORT_MONITOR "port.monitor"
36 #define SPA_KEY_PORT_IGNORE_LATENCY "port.ignore-latency"
37 #define SPA_KEY_PORT_GROUP "port.group"
44 #ifdef __cplusplus
45 } /* extern "C" */
46 #endif
47 
48 #endif /* SPA_NODE_KEYS_H */