#include <plugin.h>
Public Attributes | |
PLUGIN_COMMON_FIELDS void(* | start )(gint *channels, gint *rate) |
void(* | process )(gfloat **data, gint *samples) |
void(* | flush )(void) |
void(* | finish )(gfloat **data, gint *samples) |
gint(* | decoder_to_output_time )(gint time) |
gint(* | output_to_decoder_time )(gint time) |
gint | order |
gboolean | preserves_format |
Definition at line 179 of file plugin.h.