Vuo  1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
json_object * VuoLoopType_getJson (const VuoLoopType value)
 Encodes value as a JSON object.
 
char * VuoLoopType_getSummary (const VuoLoopType value)
 Same as VuoBlendMode_getString()
 
VuoList_VuoLoopType VuoLoopType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
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.
 

Enumeration Type Documentation

An enum defining different types of movie playback loops.

Function Documentation

VuoList_VuoLoopType VuoLoopType_getAllowedValues ( void  )

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

struct json_object * VuoLoopType_getJson ( const VuoLoopType  value)
read

Encodes value as a JSON object.

char* VuoLoopType_getString ( const VuoLoopType  value)

Automatically generated function.

char * VuoLoopType_getSummary ( const VuoLoopType  value)

Same as VuoBlendMode_getString()

VuoLoopType VuoLoopType_makeFromJson ( json_object *  js)

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

VuoLoopType VuoLoopType_makeFromString ( const char *  str)

Automatically generated function.

void VuoLoopType_release ( VuoLoopType  value)

Automatically generated function.

void VuoLoopType_retain ( VuoLoopType  value)

Automatically generated function.