Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Functions
VuoVideoFrame.h File Reference

Description

VuoVideoFrame C type definition.

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.
 

Functions

VuoVideoFrame VuoVideoFrame_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct 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.
 
static VuoVideoFrame VuoVideoFrame_make (VuoImage image, VuoReal timestamp, VuoReal duration) __attribute__((const ))
 Returns a VuoVideoFrame with image and timestamp.
 
VuoVideoFrame VuoVideoFrame_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoVideoFrame_getString (const VuoVideoFrame value)
 Automatically generated function.
 
void VuoVideoFrame_retain (VuoVideoFrame value)
 Automatically generated function.
 
void VuoVideoFrame_release (VuoVideoFrame value)
 Automatically generated function.