Vuo  2.3.2
Functions
VuoDeinterlacing.c File Reference

Description

VuoDeinterlacing implementation.

Definition in file VuoDeinterlacing.c.

Go to the source code of this file.

Functions

VuoDeinterlacing VuoDeinterlacing_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoDeinterlacing_getJson (const VuoDeinterlacing value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDeinterlacing VuoDeinterlacing_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDeinterlacing_getSummary (const VuoDeinterlacing value)
 Returns a compact string representation of value. More...
 
bool VuoDeinterlacing_areEqual (const VuoDeinterlacing valueA, const VuoDeinterlacing valueB)
 Returns true if the two values are equal. More...
 
bool VuoDeinterlacing_isLessThan (const VuoDeinterlacing valueA, const VuoDeinterlacing valueB)
 Returns true if valueA is less than valueB. More...