LiVES  3.2.0
Functions
htmsocket.h File Reference

Go to the source code of this file.

Functions

void * OpenHTMSocket (const char *host, int portnumber, boolean sender)
 
boolean lives_stream_out (void *htmsendhandle, size_t length_in_bytes, void *buffer)
 
ssize_t lives_stream_in (void *htmrecvhandle, size_t length, void *buffer, int bfsize)
 
void CloseHTMSocket (void *htmsendhandle)
 

Function Documentation

◆ CloseHTMSocket()

void CloseHTMSocket ( void *  htmsendhandle)

Definition at line 173 of file htmsocket.c.

Referenced by lives2lives_read_stream().

◆ lives_stream_in()

ssize_t lives_stream_in ( void *  htmrecvhandle,
size_t  length,
void *  buffer,
int  bfsize 
)

Definition at line 163 of file htmsocket.c.

◆ lives_stream_out()

boolean lives_stream_out ( void *  htmsendhandle,
size_t  length_in_bytes,
void *  buffer 
)

Definition at line 158 of file htmsocket.c.

◆ OpenHTMSocket()

void* OpenHTMSocket ( const char *  host,
int  portnumber,
boolean  sender 
)

Definition at line 40 of file htmsocket.c.

Referenced by lives2lives_read_stream().