comparison audacious/plugin.h @ 1273:3b990c26fc46 trunk

[svn] - Support for the buffer indicator in playpaus.png that was apparently ignored by XMMS devs. Supports mp3 streams only, at the moment.
author nhjm449
date Fri, 16 Jun 2006 02:17:33 -0700
parents 6d9c45d157f9
children c4640c88942d
comparison
equal deleted inserted replaced
1272:11785f0bf967 1273:3b990c26fc46
153 153
154 OutputPlugin *output; 154 OutputPlugin *output;
155 155
156 TitleInput *(*get_song_tuple) (gchar * filename); 156 TitleInput *(*get_song_tuple) (gchar * filename);
157 void (*set_song_tuple) (TitleInput * tuple); 157 void (*set_song_tuple) (TitleInput * tuple);
158 void (*set_status_buffering) (gboolean status);
158 }; 159 };
159 160
160 struct _GeneralPlugin { 161 struct _GeneralPlugin {
161 gpointer handle; 162 gpointer handle;
162 gchar *filename; 163 gchar *filename;