Vuo  1.2.8
Classes | Enumerations | Functions
VuoVideoInputDevice

Description

Information about an Quicktime input device.

Classes

struct  VuoVideoInputDevice
 Information about a video input device. More...
 

Enumerations

enum  VuoVideoInputDevice_MatchType { VuoVideoInputDevice_MatchIdThenName, VuoVideoInputDevice_MatchId }
 Which field to match on. More...
 

Functions

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

Class Documentation

◆ VuoVideoInputDevice

struct VuoVideoInputDevice
Class Members
char blah[42]
Todo:
https://b33p.net/kosada/node/4124
VuoText id [QtCaptureDevice modelUniqueID]
VuoVideoInputDevice_MatchType matchType Which field to use for matching a VuoVideoInputDevice structure to an actual device.
VuoText name [QtCaptureDevice localizedDisplayName]

Enumeration Type Documentation

◆ VuoVideoInputDevice_MatchType

Which field to match on.

Function Documentation

◆ VuoVideoInputDevice_areEqual()

bool VuoVideoInputDevice_areEqual ( VuoVideoInputDevice  value1,
VuoVideoInputDevice  value2 
)

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

◆ VuoVideoInputDevice_getJson()

struct json_object* VuoVideoInputDevice_getJson ( const VuoVideoInputDevice  value)

Encodes value as a JSON object.

◆ VuoVideoInputDevice_getString()

char* VuoVideoInputDevice_getString ( const VuoVideoInputDevice  value)

Automatically generated function.

◆ VuoVideoInputDevice_getSummary()

char* VuoVideoInputDevice_getSummary ( const VuoVideoInputDevice  value)

Returns a compact string representation of value.

◆ VuoVideoInputDevice_make()

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

Returns a video input device with the specified values.

◆ VuoVideoInputDevice_makeFromJson()

VuoVideoInputDevice VuoVideoInputDevice_makeFromJson ( json_object js)


Decodes the JSON object js to create a new value.

Example:
{
"id" : "",
"name" : ""
}

◆ VuoVideoInputDevice_makeFromString()

VuoVideoInputDevice VuoVideoInputDevice_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoVideoInputDevice_release()

void VuoVideoInputDevice_release ( VuoVideoInputDevice  value)

Automatically generated function.

◆ VuoVideoInputDevice_retain()

void VuoVideoInputDevice_retain ( VuoVideoInputDevice  value)

Automatically generated function.