|
xine-lib 1.2.13-20230125hg15249
|
#include <goom_config_param.h>
Data Fields | ||
| const char * | name | |
| const char * | desc | |
| char | rw | |
| ParamType | type | |
| union { | ||
| struct IntVal ival | ||
| struct FloatVal fval | ||
| struct StrVal sval | ||
| struct ListVal slist | ||
| struct BoolVal bval | ||
| } | param | |
| void(* | change_listener )(struct _PARAM *_this) | |
| void(* | changed )(struct _PARAM *_this) | |
| void * | user_data | |
| struct BoolVal _PARAM::bval |
| void(* _PARAM::change_listener) (struct _PARAM *_this) |
Referenced by convolve_apply(), evaluate_sound(), and fs_apply().
| void(* _PARAM::changed) (struct _PARAM *_this) |
Referenced by secure_param().
| const char* _PARAM::desc |
| struct FloatVal _PARAM::fval |
Referenced by convolve_init().
| struct IntVal _PARAM::ival |
| const char* _PARAM::name |
Referenced by goom_secure_b_param(), goom_secure_f_param(), goom_secure_i_param(), and goom_secure_s_param().
| union { ... } _PARAM::param |
Referenced by convolve_init().
| char _PARAM::rw |
Referenced by goom_secure_f_feedback(), and goom_secure_i_feedback().
| struct ListVal _PARAM::slist |
| struct StrVal _PARAM::sval |
| ParamType _PARAM::type |
Referenced by goom_secure_b_param(), goom_secure_f_param(), goom_secure_i_param(), and goom_secure_s_param().
| void* _PARAM::user_data |