5#ifndef SPA_ENUM_TYPES_H
6#define SPA_ENUM_TYPES_H
14#define SPA_TYPE_INFO_Direction SPA_TYPE_INFO_ENUM_BASE "Direction"
15#define SPA_TYPE_INFO_DIRECTION_BASE SPA_TYPE_INFO_Direction ":"
25#define SPA_TYPE_INFO_Choice SPA_TYPE_INFO_ENUM_BASE "Choice"
26#define SPA_TYPE_INFO_CHOICE_BASE SPA_TYPE_INFO_Choice ":"
@ SPA_CHOICE_Step
range with step: default, min, max, step
Definition pod.h:149
@ SPA_CHOICE_None
no choice, first value is current
Definition pod.h:147
@ SPA_CHOICE_Flags
flags: default, possible flags,...
Definition pod.h:151
@ SPA_CHOICE_Range
range: default, min, max
Definition pod.h:148
@ SPA_CHOICE_Enum
list: default, alternative,...
Definition pod.h:150
@ SPA_TYPE_Int
Definition type.h:34
@ SPA_DIRECTION_INPUT
Definition defs.h:93
@ SPA_DIRECTION_OUTPUT
Definition defs.h:94
uint32_t type
Definition type.h:144