Vuo  2.0.0
VuoSyphon.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include "node.h"
18 
19 
22  VuoSyphonServerDescription partialDescription);
23 
24 
25 typedef void * VuoSyphonClient;
28  VuoSyphonServerDescription serverDescription,
29  VuoOutputTrigger(receivedFrame, VuoImage));
31 
32 
33 typedef void * VuoSyphonServer;
34 VuoSyphonServer VuoSyphonServer_make(const char *serverName);
36 void VuoSyphonServer_setName(VuoSyphonServer server, const char *serverName);
37 
38 #ifdef __cplusplus
39 
40 }
41 #endif