#include <glib.h>
Go to the source code of this file.
Functions | |
void | vis_runner_lock (void) |
void | vis_runner_unlock (void) |
gboolean | vis_runner_locked (void) |
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_enable (gboolean enable) |
void vis_runner_enable | ( | gboolean | enable | ) |
Definition at line 239 of file vis_runner.c.
Referenced by vis_func_add(), and vis_func_remove().
void vis_runner_flush | ( | void | ) |
Definition at line 121 of file vis_runner.c.
Referenced by flush(), and vis_runner_start_stop().
void vis_runner_lock | ( | void | ) |
Definition at line 104 of file vis_runner.c.
gboolean vis_runner_locked | ( | void | ) |
Definition at line 116 of file vis_runner.c.
Definition at line 160 of file vis_runner.c.
Referenced by write_processed().
Definition at line 136 of file vis_runner.c.
Referenced by do_pause(), open_audio(), real_close(), and vis_runner_enable().
void vis_runner_time_offset | ( | gint | offset | ) |
Definition at line 231 of file vis_runner.c.
Referenced by flush(), and reset_time().
void vis_runner_unlock | ( | void | ) |
Definition at line 110 of file vis_runner.c.