Go to the source code of this file.
Functions | |
void | vis_runner_start_stop (gboolean playing, gboolean paused) |
void | vis_runner_pass_audio (gint time, gfloat *data, gint samples, gint channels, gint rate) |
void | vis_runner_time_offset (gint offset) |
void | vis_runner_flush (void) |
void vis_runner_flush | ( | void | ) |
Definition at line 221 of file vis_runner.c.
Referenced by output_flush().
Definition at line 136 of file vis_runner.c.
Referenced by do_write().
Definition at line 108 of file vis_runner.c.
Referenced by output_open_audio(), output_pause(), real_close(), vis_runner_add_hook(), and vis_runner_remove_hook().
void vis_runner_time_offset | ( | gint | offset | ) |
Definition at line 209 of file vis_runner.c.
Referenced by output_open_audio().