|
|
| version 1.1, 2004/01/08 16:29:56 | version 1.2, 2004/01/09 04:36:02 |
|---|---|
| Line 5 enum { | Line 5 enum { |
| WAVEMIX_SEEK = 0, | WAVEMIX_SEEK = 0, |
| WAVEMIX_SEEK1, | WAVEMIX_SEEK1, |
| WAVEMIX_CHANNELS | WAVEMIX_MAXTRACK |
| }; | }; |
| enum { | |
| WMFLAG_L = 0x0001, | |
| WMFLAG_R = 0x0002, | |
| WMFLAG_LOOP = 0x0004 | |
| }; | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |