Vuo  1.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoMovieFormat.h File Reference

Description

VuoMovieFormat C type definition.

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