Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoAudioBinAverageType

Description

An enum defining different averaging types for a set of audio samples.

Enumerations

enum  VuoAudioBinAverageType { VuoAudioBinAverageType_None, VuoAudioBinAverageType_Quadratic, VuoAudioBinAverageType_Logarithmic }
 An enum defining different averaging types for a set of audio samples. More...
 

Functions

VuoAudioBinAverageType VuoAudioBinAverageType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoAudioBinAverageType.
 
json_objectVuoAudioBinAverageType_getJson (const VuoAudioBinAverageType value)
 Encodes value as a JSON object.
 
char * VuoAudioBinAverageType_getSummary (const VuoAudioBinAverageType value)
 Same as VuoAudioBinAverageType_getString()
 
VuoList_VuoAudioBinAverageType VuoAudioBinAverageType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoAudioBinAverageType VuoAudioBinAverageType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoAudioBinAverageType_getString (const VuoAudioBinAverageType value)
 Automatically generated function.
 
void VuoAudioBinAverageType_retain (VuoAudioBinAverageType value)
 Automatically generated function.
 
void VuoAudioBinAverageType_release (VuoAudioBinAverageType value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different averaging types for a set of audio samples.

Enumerator
VuoAudioBinAverageType_None 

aka - linear

Function Documentation

VuoList_VuoAudioBinAverageType VuoAudioBinAverageType_getAllowedValues ( void  )

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

struct json_object * VuoAudioBinAverageType_getJson ( const VuoAudioBinAverageType  value)
read

Encodes value as a JSON object.

char* VuoAudioBinAverageType_getString ( const VuoAudioBinAverageType  value)

Automatically generated function.

char * VuoAudioBinAverageType_getSummary ( const VuoAudioBinAverageType  value)

Same as VuoAudioBinAverageType_getString()

VuoAudioBinAverageType VuoAudioBinAverageType_makeFromJson ( json_object js)

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

VuoAudioBinAverageType VuoAudioBinAverageType_makeFromString ( const char *  str)

Automatically generated function.

void VuoAudioBinAverageType_release ( VuoAudioBinAverageType  value)

Automatically generated function.

void VuoAudioBinAverageType_retain ( VuoAudioBinAverageType  value)

Automatically generated function.