Mercurial > mm7
comparison AudioPlayer.h @ 1802:633f81bb3ae7
HWND -> class OSWindow
author | Nomad |
---|---|
date | Mon, 07 Oct 2013 11:52:33 +0200 |
parents | 421c29d4ab3e |
children | 03d9336e862f |
comparison
equal
deleted
inserted
replaced
1760:a2ea57410b15 | 1802:633f81bb3ae7 |
---|---|
165 void _4AA258(int a2); | 165 void _4AA258(int a2); |
166 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, unsigned int uVolume, int sPlaybackRate); | 166 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, unsigned int uVolume, int sPlaybackRate); |
167 void UpdateSounds(); | 167 void UpdateSounds(); |
168 void StopChannels(int uStartChannel, int uEndChannel); | 168 void StopChannels(int uStartChannel, int uEndChannel); |
169 void LoadAudioSnd(); | 169 void LoadAudioSnd(); |
170 void Initialize(HWND hWnd); | 170 void Initialize(); |
171 LSTATUS CheckA3DSupport(char a2); | 171 LSTATUS CheckA3DSupport(char a2); |
172 void Release(); | 172 void Release(); |
173 void FreeChannel(MixerChannel *pChannel); | 173 void FreeChannel(MixerChannel *pChannel); |
174 void _4ABF23(AudioPlayer_3DSample *a2); | 174 void _4ABF23(AudioPlayer_3DSample *a2); |
175 void SetEAXPreferences(); | 175 void SetEAXPreferences(); |
187 struct AudioPlayer_3DSample p3DSamples[32]; | 187 struct AudioPlayer_3DSample p3DSamples[32]; |
188 int field_214; | 188 int field_214; |
189 int sRedbookVolume; | 189 int sRedbookVolume; |
190 char p3DSoundProvider[128]; | 190 char p3DSoundProvider[128]; |
191 unsigned int bPlayerReady; | 191 unsigned int bPlayerReady; |
192 HWND hWindow; | 192 //HWND hWindow; |
193 class OSWindow *window; | |
193 struct _REDBOOK *hAILRedbook; | 194 struct _REDBOOK *hAILRedbook; |
194 struct _DIG_DRIVER *hDigDriver; | 195 struct _DIG_DRIVER *hDigDriver; |
195 int dword_0002AC; | 196 int dword_0002AC; |
196 struct _SEQUENCE *hSequence; | 197 struct _SEQUENCE *hSequence; |
197 int dword_0002B4; | 198 int dword_0002B4; |