What API calls do you use to set and get the Volume level
Printable View
What API calls do you use to set and get the Volume level
- Use waveOutSetVolume to set the volume level.
- Use waveOutGetVolume to get the volume level.
i want to change the main volume, not the wave volume
Try using auxSetVolume and auxGetVolume. This sets the volume for an auxiliary audio device. When you use it, specify your Speakers as the device.
Here:
http://forums.vb-world.net/showthread.php?threadid=484
You will have to play with it some to figure it out like I did. Good luck
Oh the max volume is 65,535.