5 #ifndef SPA_ENUM_TYPES_H 6 #define SPA_ENUM_TYPES_H 20 #define SPA_TYPE_INFO_Direction SPA_TYPE_INFO_ENUM_BASE "Direction" 21 #define SPA_TYPE_INFO_DIRECTION_BASE SPA_TYPE_INFO_Direction ":" 29 #define SPA_TYPE_INFO_Choice SPA_TYPE_INFO_ENUM_BASE "Choice" 30 #define SPA_TYPE_INFO_CHOICE_BASE SPA_TYPE_INFO_Choice ":"
flags: default, possible flags,...
Definition: pod.h:151
#define SPA_TYPE_INFO_DIRECTION_BASE
Definition: enum-types.h:28
no choice, first value is current
Definition: pod.h:147
list: default, alternative,...
Definition: pod.h:150
range: default, min, max
Definition: pod.h:148
static const struct spa_type_info spa_type_direction[]
Definition: enum-types.h:30
#define SPA_TYPE_INFO_CHOICE_BASE
Definition: enum-types.h:39
range with step: default, min, max, step
Definition: pod.h:149
static const struct spa_type_info spa_type_choice[]
Definition: enum-types.h:41