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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -