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 -

google shop client API returns 400 bad request error while adding an item -