|
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 | ) |
Definition at line 25 of file stream.c.
Referenced by weed_layer_set_from_lives2lives().
| 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 | ||
| ) |
Definition at line 1026 of file stream.c.
Referenced by create_LiVES().
| void on_send_lives2lives_activate | ( | LiVESMenuItem * | menuitem, |
| livespointer | user_data | ||
| ) |
Definition at line 982 of file stream.c.
Referenced by create_LiVES().
| void weed_layer_set_from_lives2lives | ( | weed_layer_t * | layer, |
| int | clip, | ||
| lives_vstream_t * | lstream | ||
| ) |
Definition at line 675 of file stream.c.
Referenced by pull_frame_at_size().