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

Description

VuoBlackmagicOutputDevice C type definition.

Definition in file VuoBlackmagicOutputDevice.h.

Go to the source code of this file.

Classes

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

Functions

VuoBlackmagicOutputDevice VuoBlackmagicOutputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoBlackmagicOutputDevice_getJson (const VuoBlackmagicOutputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoBlackmagicOutputDevice_getSummary (const VuoBlackmagicOutputDevice value)
 Returns a string representation of value. More...
 
char * VuoBlackmagicOutputDevice_getShortSummary (const VuoBlackmagicOutputDevice value)
 Returns a compact string representation of value. More...
 
VuoBlackmagicOutputDevice VuoBlackmagicOutputDevice_make (const VuoText name, const VuoInteger subDevice, const VuoBlackmagicConnection connection, const VuoBlackmagicVideoMode videoMode)
 Creates a new Blackmagic output device description. More...
 
bool VuoBlackmagicOutputDevice_areEqual (const VuoBlackmagicOutputDevice value1, const VuoBlackmagicOutputDevice value2)
 Returns true if the two output devices are equivalent. More...
 
bool VuoBlackmagicOutputDevice_isLessThan (const VuoBlackmagicOutputDevice value1, const VuoBlackmagicOutputDevice value2)
 Returns true if value1 < value2. More...
 
VuoBlackmagicOutputDevice VuoBlackmagicOutputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBlackmagicOutputDevice_getString (const VuoBlackmagicOutputDevice value)
 Automatically generated function. More...
 
void VuoBlackmagicOutputDevice_retain (VuoBlackmagicOutputDevice value)
 Automatically generated function. More...
 
void VuoBlackmagicOutputDevice_release (VuoBlackmagicOutputDevice value)
 Automatically generated function. More...