diff audacious/input.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 502b369314c1
children f12d7e208b43
line wrap: on
line diff
--- a/audacious/input.h	Fri Jun 16 01:45:08 2006 -0700
+++ b/audacious/input.h	Fri Jun 16 02:17:33 2006 -0700
@@ -32,6 +32,7 @@
     gboolean playing;
     gboolean paused;
     gboolean stop;
+    gboolean buffering;
     GMutex *playback_mutex;
 };
 
@@ -62,6 +63,7 @@
 void input_update_vis(gint time);
 
 void input_set_info_text(const gchar * text);
+void input_set_status_buffering(gboolean status);
 
 GList *input_scan_dir(const gchar * dir);
 void input_get_volume(gint * l, gint * r);