mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
6 lines
162 B
C
6 lines
162 B
C
int audioInit(/*int*/);
|
|
int audioGetPos();
|
|
void audioSetPos(int ms);
|
|
void audioGetWaveform(unsigned short data[576*2]);
|
|
void audioQuit();
|
|
void audioPause(int s);
|