Mercurial > audlegacy
diff src/audacious/input.h @ 2569:b3ca1bfcae6c trunk
[svn] - Spring clean (removed one function)
| author | mf0102 |
|---|---|
| date | Sat, 24 Feb 2007 13:36:36 -0800 |
| parents | f346d30bf5ab |
| children | 2ba01bb7e36a |
line wrap: on
line diff
--- a/src/audacious/input.h Sat Feb 24 07:53:09 2007 -0800 +++ b/src/audacious/input.h Sat Feb 24 13:36:36 2007 -0800 @@ -44,8 +44,10 @@ void set_current_input_data(void * data); InputVisType input_get_vis_type(); void free_vis_data(void); + InputPlugin *input_check_file(const gchar * filename, gboolean show_warning); TitleInput *input_get_song_tuple(const gchar * filename); + void input_play(gchar * filename); void input_stop(void); void input_pause(void); @@ -54,12 +56,14 @@ void input_seek(gint time); void input_get_song_info(const gchar * filename, gchar ** title, gint * length); + guchar *input_get_vis(gint time); void input_update_vis_plugin(gint time); + gchar *input_get_info_text(void); void input_about(gint index); void input_configure(gint index); -void input_add_vis(gint time, guchar * s, InputVisType type); + void input_add_vis_pcm(gint time, AFormat fmt, gint nch, gint length, gpointer ptr); InputVisType input_get_vis_type();
