Vuo  2.0.0
Classes | Macros | Functions
VuoMovieFormat.h File Reference

Description

VuoMovieFormat C type definition.

Definition in file VuoMovieFormat.h.

Go to the source code of this file.

Classes

struct  VuoMovieFormat
 Describes the attributes of a movie file. More...
 

Functions

VuoMovieFormat VuoMovieFormat_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct 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...
 
static VuoMovieFormat VuoMovieFormat_make (VuoMovieImageEncoding imgEncoding, VuoReal imgQuality, VuoAudioEncoding audEncoding, VuoReal audQuality) __attribute__((const))
 Returns a new VuoMovieFormat with specified attributes. More...
 
VuoMovieFormat VuoMovieFormat_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoMovieFormat_getString (const VuoMovieFormat value)
 Automatically generated function. More...
 
void VuoMovieFormat_retain (VuoMovieFormat value)
 Automatically generated function. More...
 
void VuoMovieFormat_release (VuoMovieFormat value)
 Automatically generated function. More...