Vuo  0.7.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoAudioOutputDevice.h File Reference

Description

VuoAudioOutputDevice C type definition.

Classes

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

Functions

VuoAudioOutputDevice VuoAudioOutputDevice_valueFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoAudioOutputDevice_jsonFromValue (const VuoAudioOutputDevice value)
 Encodes value as a JSON object.
 
char * VuoAudioOutputDevice_summaryFromValue (const VuoAudioOutputDevice value)
 Returns a compact string representation of value.
 
static VuoAudioOutputDevice VuoAudioOutputDevice_make (VuoInteger id, VuoText name, VuoInteger channelCount) __attribute__((const ))
 Returns an audio output device with the specified values.
 
VuoAudioOutputDevice VuoAudioOutputDevice_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoAudioOutputDevice_stringFromValue (const VuoAudioOutputDevice value)
 Automatically generated function.
 
void VuoAudioOutputDevice_retain (VuoAudioOutputDevice value)
 Automatically generated function.
 
void VuoAudioOutputDevice_release (VuoAudioOutputDevice value)
 Automatically generated function.