Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoVideoInputDevice

Description

Information about an Quicktime input device.

Classes

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

Functions

VuoVideoInputDevice VuoVideoInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoVideoInputDevice_getJson (const VuoVideoInputDevice value)
 Encodes value as a JSON object.
 
char * VuoVideoInputDevice_getSummary (const VuoVideoInputDevice value)
 Returns a compact string representation of value.
 
bool VuoVideoInputDevice_areEqual (VuoVideoInputDevice value1, VuoVideoInputDevice value2)
 Returns true if the two audio input device specifications are identical.
 
static VuoVideoInputDevice VuoVideoInputDevice_make (VuoText id, VuoText name) __attribute__((const ))
 Returns an audio input device with the specified values.
 
VuoVideoInputDevice VuoVideoInputDevice_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoVideoInputDevice_getString (const VuoVideoInputDevice value)
 Automatically generated function.
 
void VuoVideoInputDevice_retain (VuoVideoInputDevice value)
 Automatically generated function.
 
void VuoVideoInputDevice_release (VuoVideoInputDevice value)
 Automatically generated function.
 

Class Documentation

struct VuoVideoInputDevice
Class Members
char blah[42]
Todo:
https://b33p.net/kosada/node/4124
VuoText id [QtCaptureDevice modelUniqueID]
VuoText name [QtCaptureDevice localizedDisplayName]

Function Documentation

bool VuoVideoInputDevice_areEqual ( VuoVideoInputDevice  value1,
VuoVideoInputDevice  value2 
)

Returns true if the two audio input device specifications are identical.

struct json_object* VuoVideoInputDevice_getJson ( const VuoVideoInputDevice  value)
read

Encodes value as a JSON object.

char* VuoVideoInputDevice_getString ( const VuoVideoInputDevice  value)

Automatically generated function.

char* VuoVideoInputDevice_getSummary ( const VuoVideoInputDevice  value)

Returns a compact string representation of value.

static VuoVideoInputDevice VuoVideoInputDevice_make ( VuoText  id,
VuoText  name 
) const
inlinestatic

Returns an audio input device with the specified values.

VuoVideoInputDevice VuoVideoInputDevice_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"id" : "",
"name" : ""
}
VuoVideoInputDevice VuoVideoInputDevice_makeFromString ( const char *  str)

Automatically generated function.

void VuoVideoInputDevice_release ( VuoVideoInputDevice  value)

Automatically generated function.

void VuoVideoInputDevice_retain ( VuoVideoInputDevice  value)

Automatically generated function.