PipeWire 1.0.5
Loading...
Searching...
No Matches
type.h
Go to the documentation of this file.
1/* PipeWire */
2/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3/* SPDX-License-Identifier: MIT */
4
5#ifndef PIPEWIRE_TYPE_H
6#define PIPEWIRE_TYPE_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12#include <spa/utils/type.h>
13
23enum {
25};
26
27#define PW_TYPE_INFO_BASE "PipeWire:"
29#define PW_TYPE_INFO_Object PW_TYPE_INFO_BASE "Object"
30#define PW_TYPE_INFO_OBJECT_BASE PW_TYPE_INFO_Object ":"
31
32#define PW_TYPE_INFO_Interface PW_TYPE_INFO_BASE "Interface"
33#define PW_TYPE_INFO_INTERFACE_BASE PW_TYPE_INFO_Interface ":"
34
35const struct spa_type_info * pw_type_info(void);
36
41#ifdef __cplusplus
43#endif
44
45#endif /* PIPEWIRE_TYPE_H */
const struct spa_type_info * pw_type_info(void)
Definition pipewire.c:857
@ PW_TYPE_FIRST
Definition type.h:28
@ SPA_TYPE_VENDOR_PipeWire
Definition type.h:90
spa/utils/type.h
Definition type.h:143