Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Feb : Mute sound from given aplication

www.cryer.info
Managed Newsgroup Archive

Mute sound from given aplication

Subject:Mute sound from given aplication
Posted by:"Whome" (noma..@maildot.com)
Date:Fri, 17 Feb 2006 16:09:00 +0200

mute sound per application:
  int soundLevel = 0;
  muteSound(processId, 0); // mute all sounds
  wait...
  muteSound(processId, 100); // let it flow again

I believe this is a tricky thing to implement, per application sound
mute. I found IndieVolume program which claims to have per-application
audio mute.

But I need to use Delphi and embed it to my program. Any hints available
where to look for necessary api calls?

System: WinXP/Win2000

Info

Glossary

Replies:

www.cryer.info
Managed Newsgroup Archive