Vuo  1.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoMovieFormat.c File Reference

Description

VuoMovieFormat implementation.

Functions

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