Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Functions | |
void | effect_start (gint *channels, gint *rate) |
void | effect_process (gfloat **data, gint *samples) |
void | effect_flush (void) |
void | effect_finish (gfloat **data, gint *samples) |
gint | effect_decoder_to_output_time (gint time) |
gint | effect_output_to_decoder_time (gint time) |
gboolean | effect_plugin_start (PluginHandle *plugin) |
void | effect_plugin_stop (PluginHandle *plugin) |
void effect_finish | ( | gfloat ** | data, |
gint * | samples | ||
) |
Definition at line 123 of file effect.c.
Referenced by write_buffers().
void effect_flush | ( | void | ) |
Definition at line 113 of file effect.c.
Referenced by close_audio(), and flush().
Definition at line 145 of file effect.c.
Referenced by get_output_time().
gboolean effect_plugin_start | ( | PluginHandle * | plugin | ) |
void effect_plugin_stop | ( | PluginHandle * | plugin | ) |
void effect_process | ( | gfloat ** | data, |
gint * | samples | ||
) |
Definition at line 103 of file effect.c.
Referenced by write_audio().
Definition at line 64 of file effect.c.
Referenced by open_audio().