LiVES  3.2.0
Macros | Functions
stream.c File Reference
#include "main.h"
#include "stream.h"
#include "htmsocket.h"
#include "interface.h"
#include "effects-weed.h"

Go to the source code of this file.

Macros

#define L2L_PACKET_LEN   1024
 
#define DROP_AGING_FRAMES
 

Functions

LIVES_INLINE int64_t abs64 (int64_t a)
 
void lives2lives_read_stream (const char *host, int port)
 
void weed_layer_set_from_lives2lives (weed_layer_t *layer, int clip, lives_vstream_t *lstream)
 
void on_send_lives2lives_activate (LiVESMenuItem *menuitem, livespointer user_data)
 
void on_open_lives2lives_activate (LiVESMenuItem *menuitem, livespointer user_data)
 
lives_pandh_wcreate_pandh_dialog (int type)
 

Macro Definition Documentation

◆ DROP_AGING_FRAMES

#define DROP_AGING_FRAMES

◆ L2L_PACKET_LEN

#define L2L_PACKET_LEN   1024

Definition at line 15 of file stream.c.

Function Documentation

◆ abs64()

LIVES_INLINE int64_t abs64 ( int64_t  a)

Definition at line 25 of file stream.c.

◆ create_pandh_dialog()

lives_pandh_w* create_pandh_dialog ( int  type)

Definition at line 1074 of file stream.c.

Referenced by on_open_lives2lives_activate().

◆ lives2lives_read_stream()

void lives2lives_read_stream ( const char *  host,
int  port 
)

Definition at line 415 of file stream.c.

Referenced by on_open_lives2lives_activate().

◆ on_open_lives2lives_activate()

void on_open_lives2lives_activate ( LiVESMenuItem *  menuitem,
livespointer  user_data 
)

Definition at line 1026 of file stream.c.

◆ on_send_lives2lives_activate()

void on_send_lives2lives_activate ( LiVESMenuItem *  menuitem,
livespointer  user_data 
)

Definition at line 982 of file stream.c.

◆ weed_layer_set_from_lives2lives()

void weed_layer_set_from_lives2lives ( weed_layer_t layer,
int  clip,
lives_vstream_t lstream 
)

Definition at line 675 of file stream.c.