File: replaygaindll.def

package info (click to toggle)
mp3gain 1.4.6-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 536 kB
  • ctags: 735
  • sloc: ansic: 7,589; makefile: 75
file content (27 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LIBRARY  replaygain.DLL

DESCRIPTION 'ReplayGain.DLL Windows Dynamic Link Library' 

EXPORTS

; ReplayGain Exposures 
InitGainAnalysis     @1
InitGainAnalysisAsInt @8
ResetSampleFrequency @9
AnalyzeSamples       @2
AnalyzeSamplesInterleaved @5
GetRadioGain         @3
GetTitleGain         @6
GetAudiophileGain    @4
GetAlbumGain		 @7
GetDLLVersion        @10

; MP3 Gain Exposures (leave room, start at ordinal 100)
ChangeGainOfMP3File	 @100
StopMP3GainProcessing @101

; Error Reporting (leave room, start at ordinal 300)
GetMP3GainError      @300
GetMP3GainErrorStr	 @301
attachmsgpump        @302
GetMP3GainErrorStrLen	@303