Vuo  2.3.2
Classes | Macros | Functions
VuoAudioInputDevice.h File Reference

Description

VuoAudioInputDevice C type definition.

Definition in file VuoAudioInputDevice.h.

Go to the source code of this file.

Classes

struct  VuoAudioInputDevice
 Information about an audio input device. More...
 

Functions

VuoAudioInputDevice VuoAudioInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoAudioInputDevice_getJson (const VuoAudioInputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoAudioInputDevice_getSummary (const VuoAudioInputDevice value)
 Returns a compact string representation of value. More...
 
char * VuoAudioInputDevice_getShortSummary (const VuoAudioInputDevice value)
 Returns a compact string representation of value. More...
 
bool VuoAudioInputDevice_areEqual (VuoAudioInputDevice value1, VuoAudioInputDevice value2)
 Returns true if the two audio input device specifications are identical. More...
 
bool VuoAudioInputDevice_isLessThan (const VuoAudioInputDevice a, const VuoAudioInputDevice b)
 Returns true if the id of a is less than the id of b. More...
 
static VuoAudioInputDevice VuoAudioInputDevice_make (VuoInteger id, VuoText modelUid, VuoText name, VuoInteger channelCount) __attribute__((const))
 Returns an audio input device with the specified values. More...
 
VuoAudioInputDevice VuoAudioInputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoAudioInputDevice_getString (const VuoAudioInputDevice value)
 Automatically generated function. More...
 
void VuoAudioInputDevice_retain (VuoAudioInputDevice value)
 Automatically generated function. More...
 
void VuoAudioInputDevice_release (VuoAudioInputDevice value)
 Automatically generated function. More...