PipeWire  1.6.4
capabilities.h
Go to the documentation of this file.
1 /* PipeWire */
2 /* SPDX-FileCopyrightText: Copyright © 2025 Red Hat */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef PIPEWIRE_CAPABILITIESS_H
6 #define PIPEWIRE_CAPABILITIESS_H
7 
8 #include <pipewire/utils.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
26 #define PW_CAPABILITY_DEVICE_ID_NEGOTIATION "pipewire.device-id-negotiation"
32 #define PW_CAPABILITY_DEVICE_IDS "pipewire.device-ids"
33 
34 #define PW_CAPABILITY_DEVICE_ID "pipewire.device-id"
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif /* PIPEWIRE_CAPABILITIES_H */