Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoVideoInputDevice.c File Reference

Description

VuoVideoInputDevice implementation.

Functions

static
VuoVideoInputDevice_MatchType 
VuoVideoInputDevice_getMatchTypeForString (const char *string)
 Returns a device matching type constant for the specified identifier string.
 
static const char * VuoVideoInputDevice_getStringForMatchType (VuoVideoInputDevice_MatchType type)
 Returns an identifier string for the specified device matching type.
 
VuoVideoInputDevice VuoVideoInputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
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 video input device specifications are identical.
 

Function Documentation

static VuoVideoInputDevice_MatchType VuoVideoInputDevice_getMatchTypeForString ( const char *  string)
static

Returns a device matching type constant for the specified identifier string.

static const char* VuoVideoInputDevice_getStringForMatchType ( VuoVideoInputDevice_MatchType  type)
static

Returns an identifier string for the specified device matching type.