8 #include <unicap/unicap.h>
11 unicap_handle_t handle;
14 volatile int buffer_ready;
15 unicap_data_buffer_t buffer1;
16 unicap_data_buffer_t buffer2;
21 boolean is_really_grey;
25 #define MAX_DEVICES 1024
26 #define MAX_FORMATS 1024
28 void on_open_vdev_activate(LiVESMenuItem *, livespointer);
29 boolean weed_layer_set_from_lvdev(weed_plant_t *layer,
lives_clip_t *sfile,
double timeoutsecs);
30 void lives_vdev_free(lives_vdev_t *);
corresponds to one clip in the GUI
Definition: main.h:474