Vuo  2.3.2
Classes | Macros | Functions
VuoBlackmagicInputDevice.h File Reference

Description

VuoBlackmagicInputDevice C type definition.

Definition in file VuoBlackmagicInputDevice.h.

Go to the source code of this file.

Classes

struct  VuoBlackmagicInputDevice
 Information about a Blackmagic video capture device. More...
 

Functions

VuoBlackmagicInputDevice VuoBlackmagicInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct 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 value1, const VuoBlackmagicInputDevice value2)
 Returns true if value1 < value2. More...
 
VuoBlackmagicInputDevice VuoBlackmagicInputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBlackmagicInputDevice_getString (const VuoBlackmagicInputDevice value)
 Automatically generated function. More...
 
void VuoBlackmagicInputDevice_retain (VuoBlackmagicInputDevice value)
 Automatically generated function. More...
 
void VuoBlackmagicInputDevice_release (VuoBlackmagicInputDevice value)
 Automatically generated function. More...