Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoAudioInputDevice_getJson (const VuoAudioInputDevice value)
 Encodes value as a JSON object.
 
char * VuoAudioInputDevice_getSummary (const VuoAudioInputDevice value)
 Returns a compact string representation of value.
 
char * VuoAudioInputDevice_getShortSummary (const VuoAudioInputDevice value)
 Returns a compact string representation of value.
 
bool VuoAudioInputDevice_areEqual (VuoAudioInputDevice value1, VuoAudioInputDevice value2)
 Returns true if the two audio input device specifications are identical.
 
bool VuoAudioInputDevice_isLessThan (const VuoAudioInputDevice a, const VuoAudioInputDevice b)
 Returns true if the id of a is less than the id of b.