comparison 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
comparison
equal deleted inserted replaced
72:e3b205a6bc7e 73:2bc607888f53
1 #ifndef _XS_SIDPLAY1_H 1 #ifndef _XS_SIDPLAY1_H
2 #define _XS_SIDPLAY1_H 2 #define _XS_SIDPLAY1_H
3 3
4 #include "xmms-sid.h" 4 #include "xmms-sid.h"
5 5
6 void xs_sidplay1_close(t_xs_status *myStatus); 6 gboolean xs_sidplay1_isourfile(gchar *);
7 gboolean xs_sidplay1_init(t_xs_status *myStatus); 7 void xs_sidplay1_close(t_xs_status *);
8 gboolean xs_sidplay1_initsong(t_xs_status *myStatus); 8 gboolean xs_sidplay1_init(t_xs_status *);
9 void xs_sidplay1_fillbuffer(t_xs_status *myStatus, gchar *audioBuffer, gint audioBufSize); 9 gboolean xs_sidplay1_initsong(t_xs_status *);
10 gboolean xs_sidplay1_loadsid(t_xs_status *myStatus, gchar *pcFileName); 10 gboolean xs_sidplay1_fillbuffer(t_xs_status *, gchar *, gint);
11 void xs_sidplay1_deletesid(t_xs_status *myStatus); 11 gboolean xs_sidplay1_loadsid(t_xs_status *, gchar *);
12 void xs_sidplay1_deletesid(t_xs_status *);
13 gint xs_sidplay1_gettunespeed(t_xs_status *);
14 void xs_sidplay1_getsidinfo(gchar *, gchar **, gint *);
12 15
13 #endif /* _XS_SIDPLAY1_H */ 16 #endif /* _XS_SIDPLAY1_H */