Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoAudioBinAverageType.h File Reference

Description

VuoAudioBinAverageType C type definition.

Definition in file VuoAudioBinAverageType.h.

Go to the source code of this file.

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_object * VuoAudioBinAverageType_getJson (const VuoAudioBinAverageType value)
 Encodes value as a JSON object.
 
VuoList_VuoAudioBinAverageType VuoAudioBinAverageType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoAudioBinAverageType_getSummary (const VuoAudioBinAverageType value)
 Same as VuoAudioBinAverageType_getString()
 
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.