comparison 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
comparison
equal deleted inserted replaced
268:1368faba73c9 269:1b82a9932b60
1 #ifndef XS_FILTER_H
2 #define XS_FILTER_H
3
4 #include "xmms-sid.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 /*
11 typedef struct {
12 } t_xs_filter;
13
14 void xs_filter_init(t_xs_filter *);
15 */
16 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
17
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif /* XS_FILTER_H */