PipeWire 1.5.85
Loading...
Searching...
No Matches
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
11extern "C" {
12#endif
13
23
25#define PW_CAPABILITY_DEVICE_ID_NEGOTIATION "pipewire.device-id-negotiation"
29#define PW_CAPABILITY_DEVICE_IDS "pipewire.device-ids"
31#define PW_CAPABILITY_DEVICE_ID "pipewire.device-id"
32
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* PIPEWIRE_CAPABILITIES_H */