Vuo 2.4.4
Loading...
Searching...
No Matches
VuoNdiSource.h
Go to the documentation of this file.
1
10#pragma once
11
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include "VuoInteger.h"
25#include "VuoText.h"
26
30typedef struct
31{
32 VuoText name;
33 VuoText ipAddress;
34 VuoInteger port;
36
37#define VuoNdiSource_SUPPORTS_COMPARISON
38
39VuoNdiSource VuoNdiSource_makeFromJson(struct json_object *js);
40struct json_object *VuoNdiSource_getJson(const VuoNdiSource value);
41char *VuoNdiSource_getSummary(const VuoNdiSource value);
43
44bool VuoNdiSource_areEqual(const VuoNdiSource value1, const VuoNdiSource value2);
45bool VuoNdiSource_isLessThan(const VuoNdiSource value1, const VuoNdiSource value2);
46
47bool VuoNdiSource_isPopulated(const VuoNdiSource source);
48
57
62#ifdef __cplusplus
63}
64#endif