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

Description

VuoVideoFrame implementation.

Functions

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