mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 21:21:01 -05:00
7 lines
162 B
C
7 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);
|