diff src/xs_sidplay1.h @ 73:2bc607888f53

Added libsidplay2 module, lots of reworking of internals, sidplay1 support now works with the new framework! Getting libsidplay2 support working shouldn't be too far now...
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Sep 2003 03:14:01 +0000
parents e3b205a6bc7e
children ab522ab65c85
line wrap: on
line diff
--- a/src/xs_sidplay1.h	Fri Sep 12 03:26:04 2003 +0000
+++ b/src/xs_sidplay1.h	Sun Sep 14 03:14:01 2003 +0000
@@ -3,11 +3,14 @@
 
 #include "xmms-sid.h"
 
-void		xs_sidplay1_close(t_xs_status *myStatus);
-gboolean	xs_sidplay1_init(t_xs_status *myStatus);
-gboolean	xs_sidplay1_initsong(t_xs_status *myStatus);
-void		xs_sidplay1_fillbuffer(t_xs_status *myStatus, gchar *audioBuffer, gint audioBufSize);
-gboolean	xs_sidplay1_loadsid(t_xs_status *myStatus, gchar *pcFileName);
-void		xs_sidplay1_deletesid(t_xs_status *myStatus);
+gboolean	xs_sidplay1_isourfile(gchar *);
+void		xs_sidplay1_close(t_xs_status *);
+gboolean	xs_sidplay1_init(t_xs_status *);
+gboolean	xs_sidplay1_initsong(t_xs_status *);
+gboolean	xs_sidplay1_fillbuffer(t_xs_status *, gchar *, gint);
+gboolean	xs_sidplay1_loadsid(t_xs_status *, gchar *);
+void		xs_sidplay1_deletesid(t_xs_status *);
+gint		xs_sidplay1_gettunespeed(t_xs_status *);
+void		xs_sidplay1_getsidinfo(gchar *, gchar **, gint *);
 
 #endif /* _XS_SIDPLAY1_H */