Vuo 2.4.4
Loading...
Searching...
No Matches
VuoSyphon.h
Go to the documentation of this file.
1
10#ifdef __cplusplus
11extern "C"
12{
13#endif
14
15#include "node_header.h"
16#include "VuoImage.h"
19
20
23 VuoSyphonServerDescription partialDescription);
24
25
26typedef void * VuoSyphonClient;
29 VuoSyphonServerDescription serverDescription,
30 VuoOutputTrigger(receivedFrame, VuoImage));
32
33
34typedef void * VuoSyphonServer;
35VuoSyphonServer VuoSyphonServer_make(const char *serverName);
37void VuoSyphonServer_setName(VuoSyphonServer server, const char *serverName);
38
39#ifdef __cplusplus
40
41}
42#endif