Vuo  2.3.2
Classes | Macros | Enumerations | Functions
VuoVideoInputDevice.h File Reference

Description

VUOVIDEOINPUTDEVICE C type definition.

Definition in file VuoVideoInputDevice.h.

Go to the source code of this file.

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...
 
bool VuoVideoInputDevice_isLessThan (const VuoVideoInputDevice a, const VuoVideoInputDevice b)
 Returns true if a < b. 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...