Vuo  2.3.2
Functions
VuoAudioOutputDevice.c File Reference

Description

VuoAudioOutputDevice implementation.

Definition in file VuoAudioOutputDevice.c.

Go to the source code of this file.

Functions

VuoAudioOutputDevice VuoAudioOutputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoAudioOutputDevice_getJson (const VuoAudioOutputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoAudioOutputDevice_getSummary (const VuoAudioOutputDevice value)
 Returns a compact string representation of value. More...
 
char * VuoAudioOutputDevice_getShortSummary (const VuoAudioOutputDevice value)
 Returns a compact string representation of value. More...
 
bool VuoAudioOutputDevice_areEqual (VuoAudioOutputDevice value1, VuoAudioOutputDevice value2)
 Returns true if the two audio output device specifications are identical. More...
 
bool VuoAudioOutputDevice_isLessThan (const VuoAudioOutputDevice a, const VuoAudioOutputDevice b)
 Returns true if the id of a is less than the id of b. More...