|
LiVES
2.4.1-svn
|
Go to the source code of this file.
Data Structures | |
| struct | lives_pconnect_t |
| struct | lives_cconnect_t |
| struct | lives_conx_w |
Macros | |
| #define | FX_DATA_WILDCARD -1000000 |
| #define | FX_DATA_KEY_SUBTITLES -1 |
| #define | FX_DATA_KEY_PLAYBACK_PLUGIN -2 |
| #define | EXTRA_PARAMS_OUT 1 |
| #define | EXTRA_PARAMS_IN 1 |
| #define | FX_DATA_PARAM_ACTIVE -1 |
Functions | |
| void | pconx_add_connection (int okey, int omode, int opnum, int ikey, int imode, int ipnum, boolean autoscale) |
| add a new connection from out_param okey/omode/opnum to in_param ikey/imode/ipnum More... | |
| void | pconx_delete_all () |
| void | pconx_delete (int okey, int omode, int ocnum, int ikey, int imode, int icnum) |
| void | pconx_remap_mode (int key, int omode, int nmode) |
| boolean | pconx_chain_data (int key, int mode) |
| char * | pconx_list (int okey, int omode, int opnum) |
| boolean | pconx_chain_data_internal (weed_plant_t *inst) |
| void | cconx_add_connection (int okey, int omode, int ocnum, int ikey, int imode, int icnum) |
| add a new connection from out_chan okey/omode/ocnum to in_chan ikey/imode/icnum More... | |
| void | cconx_delete_all () |
| void | cconx_delete (int okey, int omode, int ocnum, int ikey, int imode, int icnum) |
| void | cconx_remap_mode (int key, int omode, int nmode) |
| boolean | cconx_chain_data (int key, int mode) |
| char * | cconx_list (int okey, int omode, int ocnum) |
| boolean | cconx_chain_data_internal (weed_plant_t *ichan) |
| void | override_if_active_input (int hotkey) |
| void | end_override_if_activate_output (int hotkey) |
| LiVESWidget * | make_datacon_window (int key, int mode) |
| int | pconx_check_connection (weed_plant_t *ofilter, int opnum, int ikey, int imode, int ipnum, boolean setup, weed_plant_t **iparam_ret, int *idx_ret, int *okey, int *omode, int *oopnum) |
| int | cconx_check_connection (int ikey, int imode, int icnum, boolean setup, weed_plant_t **ichan_ret, int *idx_ret, int *okey, int *omode, int *ocnum) |
| boolean | feeds_to_video_filters (int okey, int omode) |
| boolean | feeds_to_audio_filters (int okey, int omode) |
| #define EXTRA_PARAMS_IN 1 |
| #define EXTRA_PARAMS_OUT 1 |
| #define FX_DATA_KEY_PLAYBACK_PLUGIN -2 |
| #define FX_DATA_KEY_SUBTITLES -1 |
| #define FX_DATA_PARAM_ACTIVE -1 |
| #define FX_DATA_WILDCARD -1000000 |
| void cconx_add_connection | ( | int | okey, |
| int | omode, | ||
| int | ocnum, | ||
| int | ikey, | ||
| int | imode, | ||
| int | icnum | ||
| ) |
add a new connection from out_chan okey/omode/ocnum to in_chan ikey/imode/icnum
| boolean cconx_chain_data | ( | int | key, |
| int | mode | ||
| ) |
< dest effect is not found
< dest effect is not enabled
| boolean cconx_chain_data_internal | ( | weed_plant_t * | ichan | ) |
| int cconx_check_connection | ( | int | ikey, |
| int | imode, | ||
| int | icnum, | ||
| boolean | setup, | ||
| weed_plant_t ** | ichan_ret, | ||
| int * | idx_ret, | ||
| int * | okey, | ||
| int * | omode, | ||
| int * | ocnum | ||
| ) |
| void cconx_delete | ( | int | okey, |
| int | omode, | ||
| int | ocnum, | ||
| int | ikey, | ||
| int | imode, | ||
| int | icnum | ||
| ) |
| void cconx_delete_all | ( | ) |
| char* cconx_list | ( | int | okey, |
| int | omode, | ||
| int | ocnum | ||
| ) |
| void cconx_remap_mode | ( | int | key, |
| int | omode, | ||
| int | nmode | ||
| ) |
| void end_override_if_activate_output | ( | int | hotkey | ) |
| boolean feeds_to_audio_filters | ( | int | okey, |
| int | omode | ||
| ) |
| boolean feeds_to_video_filters | ( | int | okey, |
| int | omode | ||
| ) |
| LiVESWidget* make_datacon_window | ( | int | key, |
| int | mode | ||
| ) |
| void override_if_active_input | ( | int | hotkey | ) |
| void pconx_add_connection | ( | int | okey, |
| int | omode, | ||
| int | opnum, | ||
| int | ikey, | ||
| int | imode, | ||
| int | ipnum, | ||
| boolean | autoscale | ||
| ) |
add a new connection from out_param okey/omode/opnum to in_param ikey/imode/ipnum
| boolean pconx_chain_data | ( | int | key, |
| int | mode | ||
| ) |
< dest effect is not found
| boolean pconx_chain_data_internal | ( | weed_plant_t * | inst | ) |
| int pconx_check_connection | ( | weed_plant_t * | ofilter, |
| int | opnum, | ||
| int | ikey, | ||
| int | imode, | ||
| int | ipnum, | ||
| boolean | setup, | ||
| weed_plant_t ** | iparam_ret, | ||
| int * | idx_ret, | ||
| int * | okey, | ||
| int * | omode, | ||
| int * | oopnum | ||
| ) |
| void pconx_delete | ( | int | okey, |
| int | omode, | ||
| int | ocnum, | ||
| int | ikey, | ||
| int | imode, | ||
| int | icnum | ||
| ) |
| void pconx_delete_all | ( | ) |
| char* pconx_list | ( | int | okey, |
| int | omode, | ||
| int | opnum | ||
| ) |
| void pconx_remap_mode | ( | int | key, |
| int | omode, | ||
| int | nmode | ||
| ) |
1.8.6