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

Description

VuoVideoFrame implementation.

Functions

VuoVideoFrame VuoVideoFrame_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoVideoFrame_getJson (const VuoVideoFrame value)
 Encodes value as a JSON object.
 
char * VuoVideoFrame_getSummary (const VuoVideoFrame value)
 Returns a compact string representation of value.
 
bool VuoVideoFrame_areEqual (VuoVideoFrame value1, VuoVideoFrame value2)
 Returns true if the frames are identical.