Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions
vis_runner.h File Reference
#include <libaudcore/core.h>

Go to the source code of this file.

Functions

void vis_runner_lock (void)
void vis_runner_unlock (void)
bool_t vis_runner_locked (void)
void vis_runner_start_stop (bool_t playing, bool_t paused)
void vis_runner_pass_audio (int time, float *data, int samples, int channels, int rate)
void vis_runner_time_offset (int offset)
void vis_runner_flush (void)
void vis_runner_enable (bool_t enable)

Function Documentation

void vis_runner_enable ( bool_t  enable)

Definition at line 241 of file vis_runner.c.

Referenced by vis_func_add(), and vis_func_remove().

void vis_runner_flush ( void  )

Definition at line 123 of file vis_runner.c.

Referenced by flush(), and vis_runner_start_stop().

void vis_runner_lock ( void  )

Definition at line 106 of file vis_runner.c.

bool_t vis_runner_locked ( void  )

Definition at line 118 of file vis_runner.c.

void vis_runner_pass_audio ( int  time,
float *  data,
int  samples,
int  channels,
int  rate 
)

Definition at line 162 of file vis_runner.c.

Referenced by write_processed().

void vis_runner_start_stop ( bool_t  playing,
bool_t  paused 
)

Definition at line 138 of file vis_runner.c.

Referenced by do_pause(), open_audio(), real_close(), and vis_runner_enable().

void vis_runner_time_offset ( int  offset)

Definition at line 233 of file vis_runner.c.

Referenced by flush(), and reset_time().

void vis_runner_unlock ( void  )

Definition at line 112 of file vis_runner.c.