Vuo  2.3.2
Functions
VuoVideoInputDevice.c File Reference

Description

VuoVideoInputDevice implementation.

Definition in file VuoVideoInputDevice.c.

Go to the source code of this file.

Functions

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

Function Documentation

◆ VuoVideoInputDevice_getMatchTypeForString()

static VuoVideoInputDevice_MatchType VuoVideoInputDevice_getMatchTypeForString ( const char *  string)
static

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

Definition at line 31 of file VuoVideoInputDevice.c.

◆ VuoVideoInputDevice_getStringForMatchType()

static const char* VuoVideoInputDevice_getStringForMatchType ( VuoVideoInputDevice_MatchType  type)
static

Returns an identifier string for the specified device matching type.

Definition at line 42 of file VuoVideoInputDevice.c.