Vuo  2.0.2
Functions
VuoVideoFrame.c File Reference

Description

VuoVideoFrame implementation.

Definition in file VuoVideoFrame.c.

Go to the source code of this file.

Functions

VuoVideoFrame VuoVideoFrame_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoVideoFrame_getJsonInternal (const VuoVideoFrame value, bool isInterprocess)
 Helper for VuoVideoFrame_getJson and VuoVideoFrame_getInterprocessJson. More...
 
json_objectVuoVideoFrame_getJson (const VuoVideoFrame value)
 Encodes value as a JSON object. More...
 
json_objectVuoVideoFrame_getInterprocessJson (const VuoVideoFrame value)
 Returns a JSON object containing an interprocess handle for the specified video frame's texture. 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...
 

Function Documentation

◆ VuoVideoFrame_getInterprocessJson()

json_object* VuoVideoFrame_getInterprocessJson ( const VuoVideoFrame  value)

Returns a JSON object containing an interprocess handle for the specified video frame's texture.

Definition at line 81 of file VuoVideoFrame.c.

◆ VuoVideoFrame_getJsonInternal()

json_object* VuoVideoFrame_getJsonInternal ( const VuoVideoFrame  value,
bool  isInterprocess 
)

Helper for VuoVideoFrame_getJson and VuoVideoFrame_getInterprocessJson.

Definition at line 52 of file VuoVideoFrame.c.