Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions

Description

An enum defining different types of noise.

Enumerations

enum  VuoNoise {
  VuoNoise_White , VuoNoise_Grey , VuoNoise_Pink , VuoNoise_Brown ,
  VuoNoise_Blue , VuoNoise_Violet
}
 An enum defining different types of noise. More...
 

Functions

VuoNoise VuoNoise_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoNoise.
 
json_object * VuoNoise_getJson (const VuoNoise value)
 Encodes value as a JSON object.
 
char * VuoNoise_getSummary (const VuoNoise value)
 Same as VuoNoise_getString()
 
VuoList_VuoNoise VuoNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoNoise_getString (const VuoNoise value)
 Automatically generated functions.
 
void VuoNoise_retain (VuoNoise value)
 Automatically generated functions.
 
void VuoNoise_release (VuoNoise value)
 Automatically generated functions.
 

Enumeration Type Documentation

◆ VuoNoise

enum VuoNoise

An enum defining different types of noise.

Definition at line 27 of file VuoNoise.h.

Function Documentation

◆ VuoNoise_getAllowedValues()

VuoList_VuoNoise VuoNoise_getAllowedValues ( void  )

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

Definition at line 90 of file VuoNoise.c.

◆ VuoNoise_getJson()

struct json_object * VuoNoise_getJson ( const VuoNoise  value)

Encodes value as a JSON object.

Definition at line 59 of file VuoNoise.c.

◆ VuoNoise_getString()

char * VuoNoise_getString ( const VuoNoise  value)

Automatically generated functions.

◆ VuoNoise_getSummary()

char * VuoNoise_getSummary ( const VuoNoise  value)

Same as VuoNoise_getString()

Definition at line 106 of file VuoNoise.c.

◆ VuoNoise_makeFromJson()

VuoNoise VuoNoise_makeFromJson ( json_object *  js)

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

Definition at line 30 of file VuoNoise.c.

◆ VuoNoise_release()

void VuoNoise_release ( VuoNoise  value)

Automatically generated functions.

◆ VuoNoise_retain()

void VuoNoise_retain ( VuoNoise  value)

Automatically generated functions.