Vuo  2.3.2
Classes | Enumerations | Functions
VuoAudioBinAverageType.h File Reference

Description

VuoAudioBinAverageType C type definition.

Definition in file VuoAudioBinAverageType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoAudioBinAverageType_struct
 List type. 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. More...
 
json_objectVuoAudioBinAverageType_getJson (const VuoAudioBinAverageType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoAudioBinAverageType VuoAudioBinAverageType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoAudioBinAverageType_getSummary (const VuoAudioBinAverageType value)
 Same as VuoAudioBinAverageType_getString() 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...
 
#define VuoList_VuoAudioBinAverageType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoAudioBinAverageType_structVuoList_VuoAudioBinAverageType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoAudioBinAverageType_TYPE_DEFINED

#define VuoList_VuoAudioBinAverageType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoAudioBinAverageType.h.

Typedef Documentation

◆ VuoList_VuoAudioBinAverageType

List type.