5 #ifndef SPA_PARAM_TAG_H
6 #define SPA_PARAM_TAG_H
17 #include <spa/param/param.h>
36 #define SPA_TAG_INFO(dir,...) ((struct spa_tag_info) { .direction = (dir), ## __VA_ARGS__ })
Struct( Int: n_items (String: key String: value)* )
Definition: tag.h:28
spa_param_tag
properties for SPA_TYPE_OBJECT_ParamTag
Definition: tag.h:25
const struct spa_pod * info
Definition: tag.h:38
enum spa_direction direction
Definition: tag.h:37
direction, input/output (Id enum spa_direction)
Definition: tag.h:27
spa_direction
Definition: defs.h:92
helper structure for managing tag objects
Definition: tag.h:36