view 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 source

#ifndef _XS_SIDPLAY1_H
#define _XS_SIDPLAY1_H

#include "xmms-sid.h"

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 */