Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoBlackmagicConnection.cc File Reference

Description

VuoBlackmagicConnection implementation.

Definition in file VuoBlackmagicConnection.cc.

Go to the source code of this file.

Functions

VuoBlackmagicConnection VuoBlackmagicConnection_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoBlackmagicConnection_getJson (const VuoBlackmagicConnection value)
 Encodes value as a JSON object.
 
VuoList_VuoBlackmagicConnection VuoBlackmagicConnection_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoBlackmagicConnection_getSummary (const VuoBlackmagicConnection value)
 Returns a compact string representation of value.
 
uint32_t VuoBlackmagicConnection_getBMDVideoConnection (const VuoBlackmagicConnection value)
 Returns the BMDVideoConnection corresponding to the input value.
 
bool VuoBlackmagicConnection_areEqual (const VuoBlackmagicConnection valueA, const VuoBlackmagicConnection valueB)
 Returns true if the two values are equal.
 
bool VuoBlackmagicConnection_isLessThan (const VuoBlackmagicConnection valueA, const VuoBlackmagicConnection valueB)
 Returns true if valueA is less than valueB.