Jerry Nixon
Jerry Nixon

Reputation: 31803

How can we detect system volume in WIndows 8?

If I have an app that plays sounds. It seems like a good idea to indicate why the user isn't hearing the sounds. Is there a way to detect system volume or MUTE?

Upvotes: 10

Views: 1863

Answers (2)

Ben Voigt
Ben Voigt

Reputation: 283624

Yes.

Music and media capture apps should monitor the SoundLevel to determine whether the audio streams on the app have been Muted.

Upvotes: 8

Mayank
Mayank

Reputation: 8852

I think you can use Windows.Media namespace. Also these is SoundLevel enum.

Also

ISimpleAudioVolume interface

Upvotes: 0

Related Questions