Vuo  2.3.2
Functions
VuoBlackmagicVideoMode.cc File Reference

Description

VuoBlackmagicVideoMode implementation.

Definition in file VuoBlackmagicVideoMode.cc.

Go to the source code of this file.

Functions

VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoBlackmagicVideoMode_getJson (const VuoBlackmagicVideoMode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBlackmagicVideoMode VuoBlackmagicVideoMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBlackmagicVideoMode_getSummary (const VuoBlackmagicVideoMode value)
 Returns a compact string representation of value. More...
 
VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromBMDDisplayMode (const uint32_t value)
 Returns the VuoBlackmagicVideoMode corresponding to the input BMDDisplayMode value. More...
 
uint32_t VuoBlackmagicVideoMode_getBMDDisplayMode (const VuoBlackmagicVideoMode value)
 Returns the BMDDisplayMode corresponding to the input value. More...
 
bool VuoBlackmagicVideoMode_areEqual (const VuoBlackmagicVideoMode valueA, const VuoBlackmagicVideoMode valueB)
 Returns true if the two values are equal. More...
 
bool VuoBlackmagicVideoMode_isLessThan (const VuoBlackmagicVideoMode valueA, const VuoBlackmagicVideoMode valueB)
 Returns true if valueA is less than valueB. More...