Vuo 2.4.4
Loading...
Searching...
No Matches
Classes | Macros | Functions
VuoAudioInputDevice.h File Reference

Description

VuoAudioInputDevice C type definition.

Definition in file VuoAudioInputDevice.h.

Go to the source code of this file.

Classes

struct  VuoAudioInputDevice
 Information about an audio input device. More...
 

Functions

VuoAudioInputDevice VuoAudioInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct 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.
 
static VuoAudioInputDevice VuoAudioInputDevice_make (VuoInteger id, VuoText modelUid, VuoText name, VuoInteger channelCount) __attribute__((const))
 Returns an audio input device with the specified values.
 
char * VuoAudioInputDevice_getString (const VuoAudioInputDevice value)
 Automatically generated function.
 
void VuoAudioInputDevice_retain (VuoAudioInputDevice value)
 Automatically generated function.
 
void VuoAudioInputDevice_release (VuoAudioInputDevice value)
 Automatically generated function.