Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
16
Src/Plugins/Library/ml_disc/ReplayGain.h
Normal file
16
Src/Plugins/Library/ml_disc/ReplayGain.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef NULLSOFT_ML_DISC_REPLAYGAIN_H
|
||||
#define NULLSOFT_ML_DISC_REPLAYGAIN_H
|
||||
|
||||
#include <windows.h>
|
||||
#include "../ml_rg/obj_replaygain.h"
|
||||
|
||||
void CALLBACK StartGain(ULONG_PTR data);
|
||||
void CALLBACK WriteGain(ULONG_PTR data);
|
||||
void CALLBACK CalculateGain(ULONG_PTR data);
|
||||
void CALLBACK CloseGain(ULONG_PTR data);
|
||||
void CALLBACK QuitThread(ULONG_PTR data);
|
||||
void CreateGain();
|
||||
|
||||
extern HANDLE rgThread;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue