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 ":"
flags: default, possible flags,...
Definition: pod/pod.h:151
Definition: spa/include/spa/utils/type.h:34
Definition: spa/include/spa/utils/type.h:142
no choice, first value is current
Definition: pod/pod.h:147
list: default, alternative,...
Definition: pod/pod.h:150
range: default, min, max
Definition: pod/pod.h:148
range with step: default, min, max, step
Definition: pod/pod.h:149