PipeWire 1.5.84
Loading...
Searching...
No Matches
dict.h
Go to the documentation of this file.
1/* Simple Plugin API */
2/* SPDX-FileCopyrightText: Copyright © 2025 Wim Taymans */
3/* SPDX-License-Identifier: MIT */
4
5#ifndef SPA_PARAM_DICT_H
6#define SPA_PARAM_DICT_H
7
8#include <spa/param/param.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
18
20enum spa_param_dict {
25 * String: value)*
26 * ) */
27};
28
31 const struct spa_pod *info;
32};
33
35 * \}
36 */
37
38#ifdef __cplusplus
39} /* extern "C" */
40#endif
41
42#endif /* SPA_PARAM_DICT_H */
spa_param_dict
properties for SPA_TYPE_OBJECT_ParamDict
Definition dict.h:25
@ SPA_PARAM_DICT_info
Struct( Int: n_items (String: key ...
Definition dict.h:27
@ SPA_PARAM_DICT_START
Definition dict.h:26
spa/param/param.h
helper structure for managing info objects
Definition dict.h:35
const struct spa_pod * info
Definition dict.h:36