Vuo  2.4.0
VuoNdiSource.h
Go to the documentation of this file.
1
10#pragma once
11
20#include "VuoInteger.h"
21#include "VuoText.h"
22
26typedef struct
27{
28 VuoText name;
29 VuoText ipAddress;
30 VuoInteger port;
32
35char *VuoNdiSource_getSummary(const VuoNdiSource value);
37
38#define VuoNdiSource_SUPPORTS_COMPARISON
39bool VuoNdiSource_areEqual(const VuoNdiSource value1, const VuoNdiSource value2);
40bool VuoNdiSource_isLessThan(const VuoNdiSource value1, const VuoNdiSource value2);
41
42bool VuoNdiSource_isPopulated(const VuoNdiSource source);
43
53