Vuo  2.3.2
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. More...
 
json_objectVuoBlackmagicConnection_getJson (const VuoBlackmagicConnection value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBlackmagicConnection VuoBlackmagicConnection_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBlackmagicConnection_getSummary (const VuoBlackmagicConnection value)
 Returns a compact string representation of value. More...
 
uint32_t VuoBlackmagicConnection_getBMDVideoConnection (const VuoBlackmagicConnection value)
 Returns the BMDVideoConnection corresponding to the input value. More...
 
bool VuoBlackmagicConnection_areEqual (const VuoBlackmagicConnection valueA, const VuoBlackmagicConnection valueB)
 Returns true if the two values are equal. More...
 
bool VuoBlackmagicConnection_isLessThan (const VuoBlackmagicConnection valueA, const VuoBlackmagicConnection valueB)
 Returns true if valueA is less than valueB. More...