PipeWire 1.7.0
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
26#define PW_CAPABILITY_DEVICE_ID_NEGOTIATION "pipewire.device-id-negotiation"
32#define PW_CAPABILITY_DEVICE_IDS "pipewire.device-ids"
33
36
37#ifdef __cplusplus
39#endif
40
41#endif /* PIPEWIRE_CAPABILITIES_H */