diff src/audacious/plugin.h @ 3709:a89a12aa4f2c

Add InputPlayback::pass_audio() which replaces produce_audio().
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 01:43:58 -0500
parents 1baa8e00c9d7
children 0e5da33a32b7
line wrap: on
line diff
--- a/src/audacious/plugin.h	Mon Oct 08 01:36:41 2007 -0500
+++ b/src/audacious/plugin.h	Mon Oct 08 01:43:58 2007 -0500
@@ -472,6 +472,8 @@
     
     void (*set_params) (InputPlayback *, gchar * title, gint length, gint rate, gint freq, gint nch);
     void (*set_title) (InputPlayback *, gchar * text);
+
+    void (*pass_audio) (InputPlayback *, AFormat, gint, gint, gpointer, gint *);
 };
 
 struct _InputPlugin {