|
xine-lib
1.2.10
|
Functions | |
| static void | empty_fct (PluginParam *dummy) |
| PluginParam | goom_secure_param () |
| PluginParam | goom_secure_f_param (const char *name) |
| PluginParam | goom_secure_f_feedback (const char *name) |
| PluginParam | goom_secure_s_param (const char *name) |
| PluginParam | goom_secure_b_param (const char *name, int value) |
| PluginParam | goom_secure_i_param (const char *name) |
| PluginParam | goom_secure_i_feedback (const char *name) |
| PluginParameters | goom_plugin_parameters (const char *name, int nb) |
| void | goom_set_str_param_value (PluginParam *p, const char *str) |
| void | goom_set_list_param_value (PluginParam *p, const char *str) |
|
static |
Referenced by goom_secure_param().
| PluginParameters goom_plugin_parameters | ( | const char * | name, |
| int | nb | ||
| ) |
References _PARAMETERS::desc, _PARAMETERS::name, name, _PARAMETERS::nbParams, and _PARAMETERS::params.
| PluginParam goom_secure_b_param | ( | const char * | name, |
| int | value | ||
| ) |
References BVAL, _PARAM::name, name, PARAM_BOOLVAL, secure_param, and _PARAM::type.
| PluginParam goom_secure_f_feedback | ( | const char * | name | ) |
References name, _PARAM::rw, and secure_f_param.
| PluginParam goom_secure_f_param | ( | const char * | name | ) |
References FMAX, FMIN, FSTEP, FVAL, _PARAM::name, name, PARAM_FLOATVAL, secure_param, and _PARAM::type.
| PluginParam goom_secure_i_feedback | ( | const char * | name | ) |
References name, _PARAM::rw, and secure_i_param.
| PluginParam goom_secure_i_param | ( | const char * | name | ) |
References IMAX, IMIN, ISTEP, IVAL, _PARAM::name, name, PARAM_INTVAL, secure_param, and _PARAM::type.
| PluginParam goom_secure_param | ( | ) |
References _PARAM::change_listener, _PARAM::changed, _PARAM::desc, empty_fct(), _PARAM::name, _PARAM::rw, and _PARAM::user_data.
| PluginParam goom_secure_s_param | ( | const char * | name | ) |
References _PARAM::name, name, PARAM_STRVAL, secure_param, SVAL, and _PARAM::type.
| void goom_set_list_param_value | ( | PluginParam * | p, |
| const char * | str | ||
| ) |
References LVAL.
| void goom_set_str_param_value | ( | PluginParam * | p, |
| const char * | str | ||
| ) |
References SVAL.
1.8.17