Master Volume Control in C#

G

Guest

I'm looking for a nice compact class for controlling the Master Volume of the
PC speakers in C# *without* using DirectShow. I have found one sample that
works fine for getting and setting the volume. But it does not support
getting and setting the MUTE state. This means that if the computer is MUTEd,
no matter what I change the volume level to, it doesn't make any difference.
It is still MUTEd. So I need to be able to control the MUTE state as well.

Any samples, please?

Alex
 
W

Walter Wang [MSFT]

Hi Alex,

Below example is using APIs from winmm.dll directly to control the volume
and can mute the sound:

#Audio Library Part I - (Windows Mixer control) - The Code Project -
Multimedia
http://www.codeproject.com/useritems/AudioLib.asp?df=100&forumid=217323&exp=
0&fr=26&select=1366906


Please let me know if this is what you wanted. Thanks.

Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
W

Walter Wang [MSFT]

Hi Alex,

Have you tried above example? I think it should be working for your
purpose.

Anyway, please feel free to let me know if there's anything else I can help.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top