Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoLoopType.h File Reference

Description

VuoLoopType C type definition.

Classes

struct  VuoList_VuoLoopType_struct
 A list of VuoLoopType elements. More...
 

Enumerations

enum  VuoLoopType { VuoLoopType_Loop, VuoLoopType_Mirror, VuoLoopType_None }
 An enum defining different types of movie playback loops. More...
 

Functions

VuoLoopType VuoLoopType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLoopType.
 
json_objectVuoLoopType_getJson (const VuoLoopType value)
 Encodes value as a JSON object.
 
VuoList_VuoLoopType VuoLoopType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoLoopType_getSummary (const VuoLoopType value)
 Same as VuoBlendMode_getString()
 
VuoLoopType VuoLoopType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoLoopType_getString (const VuoLoopType value)
 Automatically generated function.
 
void VuoLoopType_retain (VuoLoopType value)
 Automatically generated function.
 
void VuoLoopType_release (VuoLoopType value)
 Automatically generated function.
 
#define VuoList_VuoLoopType_TYPE_DEFINED
 
typedef struct
VuoList_VuoLoopType_struct
VuoList_VuoLoopType