Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoBlackmagicInputDevice_getJson (const VuoBlackmagicInputDevice value)
 Encodes value as a JSON object.
 
char * VuoBlackmagicInputDevice_getSummary (const VuoBlackmagicInputDevice value)
 Returns a string representation of value.
 
char * VuoBlackmagicInputDevice_getShortSummary (const VuoBlackmagicInputDevice value)
 Returns a compact string representation of value.
 
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.
 
bool VuoBlackmagicInputDevice_areEqual (const VuoBlackmagicInputDevice value1, const VuoBlackmagicInputDevice value2)
 Returns true if the two input devices are equivalent.
 
bool VuoBlackmagicInputDevice_isLessThan (const VuoBlackmagicInputDevice a, const VuoBlackmagicInputDevice b)
 Returns true if value1 < value2.