LiVES 1.4.9
|
#include "main.h"
#include "stream.h"
#include "htmsocket.h"
#include "support.h"
#include "../libweed/weed.h"
#include "../libweed/weed-host.h"
#include "../libweed/weed-palettes.h"
Defines | |
#define | L2L_PACKET_LEN 1024 |
#define | DROP_AGING_FRAMES |
Functions | |
void | lives2lives_read_stream (const gchar *host, int port) |
void | weed_layer_set_from_lives2lives (weed_plant_t *layer, gint clip, lives_vstream_t *lstream) |
void | on_send_lives2lives_activate (GtkMenuItem *menuitem, gpointer user_data) |
void | on_open_lives2lives_activate (GtkMenuItem *menuitem, gpointer user_data) |
lives_pandh_w * | create_pandh_dialog (gint type) |
#define DROP_AGING_FRAMES |
#define L2L_PACKET_LEN 1024 |
lives_pandh_w* create_pandh_dialog | ( | gint | type | ) |
void lives2lives_read_stream | ( | const gchar * | host, |
int | port | ||
) |
void on_open_lives2lives_activate | ( | GtkMenuItem * | menuitem, |
gpointer | user_data | ||
) |
void on_send_lives2lives_activate | ( | GtkMenuItem * | menuitem, |
gpointer | user_data | ||
) |
void weed_layer_set_from_lives2lives | ( | weed_plant_t * | layer, |
gint | clip, | ||
lives_vstream_t * | lstream | ||
) |