Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to enable a mixer device programaticaly in vista/win7.
I know how to do it manually but I want to do it in my application. How can I do this? Thank you!
Posted
Updated 2-Nov-10 4:17am
v2
Comments
[no name] 1-Nov-10 10:27am    
Thank you!

1 solution

This article shows how to access the audio settings programmatically.

http://www.codeproject.com/KB/audio-video/WindowsMixerLib.aspx[^]

You'd have to go through the source code since the article body does not go into a lot of detail explaining how it's written.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900