Vuo  2.3.2
Classes | Macros | Functions
VuoNdiSource.h File Reference

Description

VuoNdiSource C type definition.

Definition in file VuoNdiSource.h.

Go to the source code of this file.

Classes

struct  VuoNdiSource
 Information about an NDI device. More...
 

Functions

VuoNdiSource VuoNdiSource_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoNdiSource_getJson (const VuoNdiSource value)
 Encodes value as a JSON object. More...
 
char * VuoNdiSource_getSummary (const VuoNdiSource value)
 Returns a compact string representation of value. More...
 
char * VuoNdiSource_getShortSummary (const VuoNdiSource value)
 Returns a compact string representation of value. More...
 
bool VuoNdiSource_areEqual (const VuoNdiSource value1, const VuoNdiSource value2)
 Returns true if the two devices have matching names and IP addresses. More...
 
bool VuoNdiSource_isLessThan (const VuoNdiSource value1, const VuoNdiSource value2)
 Returns true if value1 < value2. More...
 
bool VuoNdiSource_isPopulated (const VuoNdiSource source)
 Returns true if the source specifies a name or IP address. More...
 
VuoNdiSource VuoNdiSource_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoNdiSource_getString (const VuoNdiSource value)
 Automatically generated function. More...
 
void VuoNdiSource_retain (VuoNdiSource value)
 Automatically generated function. More...
 
void VuoNdiSource_release (VuoNdiSource value)
 Automatically generated function. More...