mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-04 10:15:59 +00:00
11 lines
214 B
C
11 lines
214 B
C
|
#ifndef NULLSOFT_AUDIOH
|
||
|
#define NULLSOFT_AUDIOH
|
||
|
|
||
|
int audioInit(int);
|
||
|
int audioGetPos();
|
||
|
void audioSetPos(int ms);
|
||
|
void audioGetWaveform(unsigned short data[576*2]);
|
||
|
void audioQuit();
|
||
|
void audioPause(int s);
|
||
|
|
||
|
#endif
|