Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
struct json_object * VuoBlackmagicOutputDevice_getJson (const VuoBlackmagicOutputDevice value)
 Encodes value as a JSON object.
 
char * VuoBlackmagicOutputDevice_getSummary (const VuoBlackmagicOutputDevice value)
 Returns a string representation of value.
 
char * VuoBlackmagicOutputDevice_getShortSummary (const VuoBlackmagicOutputDevice value)
 Returns a compact string representation of value.
 
VuoBlackmagicOutputDevice VuoBlackmagicOutputDevice_make (const VuoText name, const VuoInteger subDevice, const VuoBlackmagicConnection connection, const VuoBlackmagicVideoMode videoMode)
 Creates a new Blackmagic output device description.
 
bool VuoBlackmagicOutputDevice_areEqual (const VuoBlackmagicOutputDevice value1, const VuoBlackmagicOutputDevice value2)
 Returns true if the two output devices are equivalent.
 
bool VuoBlackmagicOutputDevice_isLessThan (const VuoBlackmagicOutputDevice value1, const VuoBlackmagicOutputDevice value2)
 Returns true if value1 < value2.
 
char * VuoBlackmagicOutputDevice_getString (const VuoBlackmagicOutputDevice value)
 Automatically generated function.
 
void VuoBlackmagicOutputDevice_retain (VuoBlackmagicOutputDevice value)
 Automatically generated function.
 
void VuoBlackmagicOutputDevice_release (VuoBlackmagicOutputDevice value)
 Automatically generated function.