Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
19
Src/Plugins/Input/in_wave/AudioThread.h
Normal file
19
Src/Plugins/Input/in_wave/AudioThread.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef NULLSOFT_AUDIOTHREADH
|
||||
#define NULLSOFT_AUDIOTHREADH
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
VOID CALLBACK APCSeek( ULONG_PTR p_data );
|
||||
VOID CALLBACK APCPause( ULONG_PTR p_data );
|
||||
VOID CALLBACK APCStart( ULONG_PTR p_data );
|
||||
VOID CALLBACK APCStop( ULONG_PTR p_data );
|
||||
|
||||
void Kill();
|
||||
void AudioThreadInit();
|
||||
void AudioThreadQuit();
|
||||
|
||||
extern HANDLE audioThread;
|
||||
extern HANDLE stopped;
|
||||
extern HANDLE events[2];
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue