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

Description

VuoAudioOutputDevice C type definition.

Definition in file VuoAudioOutputDevice.h.

Go to the source code of this file.

Classes

struct  VuoAudioOutputDevice
 Information about an audio ouput device. More...
 

Functions

VuoAudioOutputDevice VuoAudioOutputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct 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...
 
static VuoAudioOutputDevice VuoAudioOutputDevice_make (VuoInteger id, VuoText modelUid, VuoText name, VuoInteger channelCount) __attribute__((const))
 Returns an audio output device with the specified values. More...
 
VuoAudioOutputDevice VuoAudioOutputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoAudioOutputDevice_getString (const VuoAudioOutputDevice value)
 Automatically generated function. More...
 
void VuoAudioOutputDevice_retain (VuoAudioOutputDevice value)
 Automatically generated function. More...
 
void VuoAudioOutputDevice_release (VuoAudioOutputDevice value)
 Automatically generated function. More...