changeset 515:802a8ed87f67 trunk

[svn] Add support for tell_audio(), an output plugin accessor which will give us the information the input plugin passed to open_audio()... XMMS design sucks and we WILL be getting rid of most of these kludges in 0.3. :P
author nenolod
date Thu, 26 Jan 2006 11:11:20 -0800
parents 58aedaf86f0f
children 69a70ab41ed7
files audacious/plugin.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/plugin.h	Thu Jan 26 11:06:40 2006 -0800
+++ b/audacious/plugin.h	Thu Jan 26 11:11:20 2006 -0800
@@ -97,6 +97,8 @@
     gint (*buffer_playing) (void);
     gint (*output_time) (void);
     gint (*written_time) (void);
+
+    gint (*tell_audio) (AFormat * fmt, gint * rate, gint * nch);
 };
 
 struct _EffectPlugin {