|
LiVES 3.2.0
|
Go to the source code of this file.
Data Structures | |
| struct | lives_vstream_t |
| struct | lives_pandh_w |
Macros | |
| #define | LIVES_STREAM_TYPE_VIDEO 1 |
| #define | LIVES_VSTREAM_FLAGS_IS_CONTINUATION (1<<0) |
| #define | LIVES_VSTREAM_COMPRESSION_NONE 0 |
Functions | |
| 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_open_lives2lives_activate (LiVESMenuItem *, livespointer) |
| void | on_send_lives2lives_activate (LiVESMenuItem *, livespointer) |
| lives_pandh_w * | create_pandh_dialog (int type) |
| 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().