comparison src/xmms-sid.h @ 40:1788f4ce6a44

Numerous changes towards 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 22:38:01 +0000
parents 271be59be975
children dae6d3c2268d
comparison
equal deleted inserted replaced
39:85a7753e2a9a 40:1788f4ce6a44
30 #endif 30 #endif
31 31
32 #include <config.h> 32 #include <config.h>
33 #include <glib.h> 33 #include <glib.h>
34 #include <xmms/plugin.h> 34 #include <xmms/plugin.h>
35 #include <assert.h>
35 36
36 /* 37 /*
37 * Generals 38 * Generals
38 */ 39 */
39 #define XS_CONFIG_IDENT "XMMS-SID" /* Configuration file identifier */
40 #define XS_BUFSIZE (4096) /* Size for some buffers */ 40 #define XS_BUFSIZE (4096) /* Size for some buffers */
41 41
42 #define XS_MIN_OVERSAMPLE (2)
43 #define XS_MAX_OVERSAMPLE (8)
42 44
43 extern InputPlugin xs_plugin_ip; 45 extern InputPlugin xs_plugin_ip;
44 46
45 47
46 /* 48 /*
54 void xs_pause(short); 56 void xs_pause(short);
55 void xs_seek(int); 57 void xs_seek(int);
56 int xs_get_time(void); 58 int xs_get_time(void);
57 void xs_get_song_info(char *, char **, int *); 59 void xs_get_song_info(char *, char **, int *);
58 // void xs_file_info_box(char *); 60 // void xs_file_info_box(char *);
59 void xs_aboutbox(void); 61 void xs_about(void);
60 62
61 63
62 /* 64 /*
63 * Debugging and error handling macros 65 * Debugging and error handling macros
64 */ 66 */