mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user