Vuo  2.3.2
Enumerations | Functions
VuoLoopType

Description

An enum defining different types of movie playback loops.

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. More...
 
json_objectVuoLoopType_getJson (const VuoLoopType value)
 Encodes value as a JSON object. More...
 
char * VuoLoopType_getSummary (const VuoLoopType value)
 Same as VuoBlendMode_getString() More...
 
VuoList_VuoLoopType VuoLoopType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
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...
 

Enumeration Type Documentation

◆ VuoLoopType

An enum defining different types of movie playback loops.

Definition at line 28 of file VuoLoopType.h.

Function Documentation

◆ VuoLoopType_getAllowedValues()

VuoList_VuoLoopType VuoLoopType_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 77 of file VuoLoopType.c.

◆ VuoLoopType_getJson()

struct json_object * VuoLoopType_getJson ( const VuoLoopType  value)

Encodes value as a JSON object.

Definition at line 55 of file VuoLoopType.c.

◆ VuoLoopType_getString()

char* VuoLoopType_getString ( const VuoLoopType  value)

Automatically generated function.

◆ VuoLoopType_getSummary()

char * VuoLoopType_getSummary ( const VuoLoopType  value)

Same as VuoBlendMode_getString()

Definition at line 90 of file VuoLoopType.c.

◆ VuoLoopType_makeFromJson()

VuoLoopType VuoLoopType_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoLoopType.

Definition at line 31 of file VuoLoopType.c.

◆ VuoLoopType_makeFromString()

VuoLoopType VuoLoopType_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoLoopType_release()

void VuoLoopType_release ( VuoLoopType  value)

Automatically generated function.

◆ VuoLoopType_retain()

void VuoLoopType_retain ( VuoLoopType  value)

Automatically generated function.