LiVES 1.4.9

src/htmsocket.h

Go to the documentation of this file.
00001 /*htm sockets*/
00002 
00003 void *OpenHTMSocket(const char *host, int portnumber, gboolean sender);
00004 
00005 gboolean lives_stream_out(void *htmsendhandle, size_t length_in_bytes, void *buffer);
00006 
00007 ssize_t lives_stream_in(void *htmrecvhandle, size_t length, void *buffer, gboolean block);
00008 
00009 void CloseHTMSocket(void *htmsendhandle);
00010 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines