Vuo  2.3.2
Functions
VuoBlackmagicInputDevice.c File Reference

Description

VuoBlackmagicInputDevice implementation.

Definition in file VuoBlackmagicInputDevice.c.

Go to the source code of this file.

Functions

VuoBlackmagicInputDevice VuoBlackmagicInputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoBlackmagicInputDevice_getJson (const VuoBlackmagicInputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoBlackmagicInputDevice_getSummary (const VuoBlackmagicInputDevice value)
 Returns a string representation of value. More...
 
char * VuoBlackmagicInputDevice_getShortSummary (const VuoBlackmagicInputDevice value)
 Returns a compact string representation of value. More...
 
VuoBlackmagicInputDevice VuoBlackmagicInputDevice_make (const VuoText name, const VuoInteger subDevice, const VuoBlackmagicConnection connection, const VuoBlackmagicVideoMode videoMode, const VuoDeinterlacing deinterlacing)
 Creates a new Blackmagic input device description. More...
 
bool VuoBlackmagicInputDevice_areEqual (const VuoBlackmagicInputDevice value1, const VuoBlackmagicInputDevice value2)
 Returns true if the two input devices are equivalent. More...
 
bool VuoBlackmagicInputDevice_isLessThan (const VuoBlackmagicInputDevice a, const VuoBlackmagicInputDevice b)
 Returns true if value1 < value2. More...