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