VanKurt
13th October 2009, 09:41 PM
Hi guys! Me again :)
Just a quick question:
Is there a way to play sounds on Windows Mobile with adjustable volume?
I've already found the following API calls while Googling:
SndOpen(LPCTSTR pszSoundFile, HSOUND* phSound)
SndPlayAsync(HSOUND hSound, DWORD dwFlags)
SndClose(HSOUND hSound)
SndStop(SND_SCOPE SoundScope, HSOUND hSound)
But right now I can't see a way to affect the sound's volumes. Can anyone help?
Thanks! :o
Just a quick question:
Is there a way to play sounds on Windows Mobile with adjustable volume?
I've already found the following API calls while Googling:
SndOpen(LPCTSTR pszSoundFile, HSOUND* phSound)
SndPlayAsync(HSOUND hSound, DWORD dwFlags)
SndClose(HSOUND hSound)
SndStop(SND_SCOPE SoundScope, HSOUND hSound)
But right now I can't see a way to affect the sound's volumes. Can anyone help?
Thanks! :o