Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoAudioBinAverageType.h File Reference

Description

VuoAudioBinAverageType C type definition.

Classes

struct  VuoList_VuoAudioBinAverageType_struct
 A list of VuoAudioBinAverageType elements. More...
 

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.
 
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()
 
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.
 
#define VuoList_VuoAudioBinAverageType_TYPE_DEFINED
 
typedef struct
VuoList_VuoAudioBinAverageType_struct
VuoList_VuoAudioBinAverageType