annotate src/xs_nanosid.h @ 186:31a04bd9310c

Lines
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Aug 2004 05:25:02 +0000
parents 31072456f6d7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
122
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #ifndef _XS_NANOSID_H
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 #define _XS_NANOSID_H
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 #include "xmms-sid.h"
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 gboolean xs_nanosid_isourfile(gchar *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 void xs_nanosid_close(t_xs_status *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 gboolean xs_nanosid_init(t_xs_status *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 gboolean xs_nanosid_initsong(t_xs_status *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 guint xs_nanosid_fillbuffer(t_xs_status *, gchar *, guint);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 gboolean xs_nanosid_loadsid(t_xs_status *, gchar *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 void xs_nanosid_deletesid(t_xs_status *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 t_xs_tune* xs_nanosid_getsidinfo(gchar *);
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
31072456f6d7 Added initial NanoSID-support sources, etc.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 #endif /* _XS_NANOSID_H */