xine-lib 1.2.11
|
#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(), fs_apply(), and goom_secure_param().
void(* _PARAM::changed) (struct _PARAM *_this) |
Referenced by goom_secure_param().
const char* _PARAM::desc |
Referenced by goom_secure_param().
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(), goom_secure_param(), and goom_secure_s_param().
union { ... } _PARAM::param |
Referenced by convolve_init().
char _PARAM::rw |
Referenced by goom_secure_f_feedback(), goom_secure_i_feedback(), and goom_secure_param().
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 |
Referenced by goom_secure_param().