Vuo  2.0.0
Classes | Enumerations | Functions
VuoLoopType.h File Reference

Description

VuoLoopType C type definition.

Definition in file VuoLoopType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoLoopType_struct
 List type. 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)
 
json_objectVuoLoopType_getJson (const VuoLoopType value)
 
VuoList_VuoLoopType VuoLoopType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoLoopType_getSummary (const VuoLoopType value)
 
VuoLoopType VuoLoopType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoLoopType_getString (const VuoLoopType value)
 Automatically generated function. More...
 
void VuoLoopType_retain (VuoLoopType value)
 Automatically generated function. More...
 
void VuoLoopType_release (VuoLoopType value)
 Automatically generated function. More...
 
#define VuoList_VuoLoopType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoLoopType_structVuoList_VuoLoopType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoLoopType_TYPE_DEFINED

#define VuoList_VuoLoopType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoLoopType.h.

Typedef Documentation

◆ VuoList_VuoLoopType

List type.