Vuo  2.0.0
VuoDurationType.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoDurationType_struct { void *l; } * VuoList_VuoDurationType;
14 #define VuoList_VuoDurationType_TYPE_DEFINED
15 
28 typedef enum {
29  VuoDurationType_Single,
30  VuoDurationType_UntilNext,
31  VuoDurationType_UntilReset
33 
38 
40 
44 char * VuoDurationType_getString(const VuoDurationType value);
48