c# - How do I check the system volume? -


how can check , change system volume in windows using c#, so:

if(systemvolume.vol == 0){     systemvolume.vol = 100; } 

look concept of "audio sessions" in windows. there interfaces suggested following link, namely isimpleaudiovolume, ichannelaudiovolume, , iaudiostreamvolume interfaces.

the code examples given in c++ though, should useful.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -