Vuo  2.3.2
Functions
VuoAudioInputDevice.c File Reference

Description

VuoAudioInputDevice implementation.

Definition in file VuoAudioInputDevice.c.

Go to the source code of this file.

Functions

VuoAudioInputDevice VuoAudioInputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
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...