Vuo  2.3.2
Macros | Typedefs | Functions
VuoSpeechVoice.h File Reference

Description

VuoSpeechVoice C type definition.

Definition in file VuoSpeechVoice.h.

Go to the source code of this file.

Typedefs

typedef VuoText VuoSpeechVoice
 An identifier for a speech synthesizer voice. More...
 

Functions

VuoSpeechVoice VuoSpeechVoice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoSpeechVoice_getJson (const VuoSpeechVoice value)
 Encodes value as a JSON object. More...
 
VuoList_VuoSpeechVoice VuoSpeechVoice_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoSpeechVoice_getSummary (const VuoSpeechVoice value)
 Returns a compact string representation of value. More...
 
bool VuoSpeechVoice_areEqual (const VuoSpeechVoice valueA, const VuoSpeechVoice valueB)
 Returns true if the two values are equal. More...
 
bool VuoSpeechVoice_isLessThan (const VuoSpeechVoice valueA, const VuoSpeechVoice valueB)
 Returns true if valueA is less than valueB. More...
 
VuoSpeechVoice VuoSpeechVoice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoSpeechVoice_getString (const VuoSpeechVoice value)
 Automatically generated function. More...
 
void VuoSpeechVoice_retain (VuoSpeechVoice value)
 Automatically generated function. More...
 
void VuoSpeechVoice_release (VuoSpeechVoice value)
 Automatically generated function. More...
 
#define VuoList_VuoSpeechVoice_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoSpeechVoice
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoSpeechVoice_TYPE_DEFINED

#define VuoList_VuoSpeechVoice_TYPE_DEFINED

List type.

Definition at line 14 of file VuoSpeechVoice.h.

Typedef Documentation

◆ VuoList_VuoSpeechVoice

typedef void* VuoList_VuoSpeechVoice

List type.

Definition at line 13 of file VuoSpeechVoice.h.