#include <plugin.h>
Public Attributes | |
PLUGIN_COMMON_FIELDS void(* | clear )(void) |
void(* | render_mono_pcm )(const gfloat *pcm) |
void(* | render_multi_pcm )(const gfloat *pcm, gint channels) |
void(* | render_freq )(const gfloat *freq) |
void *(* | get_widget )(void) |
Definition at line 428 of file plugin.h.
PLUGIN_COMMON_FIELDS void(* VisPlugin::clear)(void) |
void*(* VisPlugin::get_widget)(void) |
void(* VisPlugin::render_freq)(const gfloat *freq) |
void(* VisPlugin::render_mono_pcm)(const gfloat *pcm) |