mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
11 lines
No EOL
214 B
C
11 lines
No EOL
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 |