LiVES
3.2.0
|
#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_w * | create_pandh_dialog (int type) |
#define DROP_AGING_FRAMES |
LIVES_INLINE int64_t abs64 | ( | int64_t | a | ) |
lives_pandh_w* create_pandh_dialog | ( | int | type | ) |
Definition at line 1074 of file stream.c.
Referenced by on_open_lives2lives_activate().
void lives2lives_read_stream | ( | const char * | host, |
int | port | ||
) |
Definition at line 415 of file stream.c.
Referenced by on_open_lives2lives_activate().
void on_open_lives2lives_activate | ( | LiVESMenuItem * | menuitem, |
livespointer | user_data | ||
) |
void on_send_lives2lives_activate | ( | LiVESMenuItem * | menuitem, |
livespointer | user_data | ||
) |
void weed_layer_set_from_lives2lives | ( | weed_layer_t * | layer, |
int | clip, | ||
lives_vstream_t * | lstream | ||
) |