Vuo  2.0.0
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)
 
json_objectVuoAudioBinAverageType_getJson (const VuoAudioBinAverageType value)
 
char * VuoAudioBinAverageType_getSummary (const VuoAudioBinAverageType value)
 
VuoList_VuoAudioBinAverageType VuoAudioBinAverageType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoAudioBinAverageType VuoAudioBinAverageType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoAudioBinAverageType_getString (const VuoAudioBinAverageType value)
 Automatically generated function. More...
 
void VuoAudioBinAverageType_retain (VuoAudioBinAverageType value)
 Automatically generated function. More...
 
void VuoAudioBinAverageType_release (VuoAudioBinAverageType value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoAudioBinAverageType

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

Enumerator
VuoAudioBinAverageType_None 

aka - linear

Definition at line 28 of file VuoAudioBinAverageType.h.

Function Documentation

◆ VuoAudioBinAverageType_getAllowedValues()

VuoList_VuoAudioBinAverageType VuoAudioBinAverageType_getAllowedValues ( void  )

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

Definition at line 79 of file VuoAudioBinAverageType.c.

◆ VuoAudioBinAverageType_getJson()

struct json_object * VuoAudioBinAverageType_getJson ( const VuoAudioBinAverageType  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoAudioBinAverageType.c.

◆ VuoAudioBinAverageType_getString()

char* VuoAudioBinAverageType_getString ( const VuoAudioBinAverageType  value)

Automatically generated function.

◆ VuoAudioBinAverageType_getSummary()

char * VuoAudioBinAverageType_getSummary ( const VuoAudioBinAverageType  value)

Same as VuoAudioBinAverageType_getString()

Definition at line 93 of file VuoAudioBinAverageType.c.

◆ VuoAudioBinAverageType_makeFromJson()

VuoAudioBinAverageType VuoAudioBinAverageType_makeFromJson ( json_object js)

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

Definition at line 32 of file VuoAudioBinAverageType.c.

◆ VuoAudioBinAverageType_makeFromString()

VuoAudioBinAverageType VuoAudioBinAverageType_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoAudioBinAverageType_release()

void VuoAudioBinAverageType_release ( VuoAudioBinAverageType  value)

Automatically generated function.

◆ VuoAudioBinAverageType_retain()

void VuoAudioBinAverageType_retain ( VuoAudioBinAverageType  value)

Automatically generated function.