Vuo  2.0.0
Functions
VuoMovieFormat.c File Reference

Description

VuoMovieFormat implementation.

Definition in file VuoMovieFormat.c.

Go to the source code of this file.

Functions

VuoMovieFormat VuoMovieFormat_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoMovieFormat_getJson (const VuoMovieFormat value)
 Encodes value as a JSON object. More...
 
char * VuoMovieFormat_getSummary (const VuoMovieFormat value)
 Returns a compact string representation of value. More...
 
bool VuoMovieFormat_areEqual (VuoMovieFormat value1, VuoMovieFormat value2)
 Returns true if the two movie format specifications are identical. More...
 
bool VuoMovieFormat_isLessThan (const VuoMovieFormat a, const VuoMovieFormat b)
 Returns true if a < b. More...