#include <glib.h>
Go to the source code of this file.
Defines | |
#define | AUD_EQUALIZER_NBANDS 10 |
#define | EQUALIZER_MAX_GAIN 12 |
#define | PLUGIN(x) ((Plugin *) (x)) |
#define | INPUT_PLUGIN(x) ((InputPlugin *) (x)) |
#define | OUTPUT_PLUGIN(x) ((OutputPlugin *) (x)) |
#define | EFFECT_PLUGIN(x) ((EffectPlugin *) (x)) |
#define | GENERAL_PLUGIN(x) ((GeneralPlugin *) (x)) |
#define | VIS_PLUGIN(x) ((VisPlugin *) (x)) |
#define AUD_EQUALIZER_NBANDS 10 |
Definition at line 27 of file types.h.
Referenced by aud_config_load(), audacious_rc_get_eq(), audacious_rc_set_eq(), and equalizer_read_presets().
#define EFFECT_PLUGIN | ( | x | ) | ((EffectPlugin *) (x)) |
Definition at line 40 of file types.h.
Referenced by effect_plugin_init().
#define EQUALIZER_MAX_GAIN 12 |
Definition at line 28 of file types.h.
Referenced by import_winamp_eqf().
#define INPUT_PLUGIN | ( | x | ) | ((InputPlugin *) (x)) |
Definition at line 38 of file types.h.
Referenced by input_plugin_init().
#define OUTPUT_PLUGIN | ( | x | ) | ((OutputPlugin *) (x)) |
Definition at line 39 of file types.h.
Referenced by on_output_plugin_cbox_realize(), output_plugin_enable_info(), and output_plugin_enable_prefs().
#define PLUGIN | ( | x | ) | ((Plugin *) (x)) |
Definition at line 37 of file types.h.
Referenced by create_plugin_page(), destroy_plugin_page(), on_plugin_view_realize(), and plugin2_process().