diff Plugins/Input/sid/xs_filter.h @ 269:1b82a9932b60 trunk

[svn] Import sid plugin. Ported from XMMS by giacomo.
author chainsaw
date Thu, 08 Dec 2005 15:12:12 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/sid/xs_filter.h	Thu Dec 08 15:12:12 2005 -0800
@@ -0,0 +1,21 @@
+#ifndef XS_FILTER_H
+#define XS_FILTER_H
+
+#include "xmms-sid.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+typedef struct {
+} t_xs_filter;
+
+void	xs_filter_init(t_xs_filter *);
+*/
+gint	xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* XS_FILTER_H */