LiVES
3.2.0
|
#include <effects-data.h>
Data Fields | |
int | okey |
okey is 0 based More... | |
int | omode |
int | nchans |
number of alpha channels which are linked (|chans|) More... | |
int * | chans |
int * | nconns |
int * | ikey |
ikey is 0 based More... | |
int * | imode |
int * | icnum |
lives_cconnect_t * | next |
Definition at line 84 of file effects-data.h.
int* lives_cconnect_t::chans |
Definition at line 91 of file effects-data.h.
int* lives_cconnect_t::icnum |
Definition at line 99 of file effects-data.h.
int* lives_cconnect_t::ikey |
ikey is 0 based
Definition at line 97 of file effects-data.h.
int* lives_cconnect_t::imode |
Definition at line 98 of file effects-data.h.
int lives_cconnect_t::nchans |
number of alpha channels which are linked (|chans|)
Definition at line 88 of file effects-data.h.
int* lives_cconnect_t::nconns |
Definition at line 94 of file effects-data.h.
lives_cconnect_t* lives_cconnect_t::next |
Definition at line 101 of file effects-data.h.
int lives_cconnect_t::okey |
okey is 0 based
Definition at line 85 of file effects-data.h.
int lives_cconnect_t::omode |
Definition at line 86 of file effects-data.h.