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

Description

VuoVideoFrame C type definition.

Definition in file VuoVideoFrame.h.

Go to the source code of this file.

Classes

struct  VuoVideoFrame
 An image and timestamp for a single frame of video. More...
 

Macros

#define VuoVideoFrame_NoTimestamp   -INFINITY
 VuoVideoFrame.timestamp's value when no timestamp is available. More...
 
#define VuoVideoFrame_SUPPORTS_COMPARISON
 This type has _areEqual() and _isLessThan() functions. More...
 

Functions

VuoVideoFrame VuoVideoFrame_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoVideoFrame_getJson (const VuoVideoFrame value)
 Encodes value as a JSON object. More...
 
char * VuoVideoFrame_getSummary (const VuoVideoFrame value)
 Returns a compact string representation of value. More...
 
bool VuoVideoFrame_areEqual (VuoVideoFrame value1, VuoVideoFrame value2)
 Returns true if the frames are identical. More...
 
bool VuoVideoFrame_isLessThan (const VuoVideoFrame a, const VuoVideoFrame b)
 Returns true if a < b. More...
 
static VuoVideoFrame VuoVideoFrame_make (VuoImage image, VuoReal timestamp, VuoReal duration) __attribute__((const))
 Returns a VuoVideoFrame with image and timestamp. More...
 
VuoVideoFrame VuoVideoFrame_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoVideoFrame_getString (const VuoVideoFrame value)
 Automatically generated function. More...
 
void VuoVideoFrame_retain (VuoVideoFrame value)
 Automatically generated function. More...
 
void VuoVideoFrame_release (VuoVideoFrame value)
 Automatically generated function. More...