Hi,
I'm trying to write a program that check whether my SYSVAD Microphone/Speaker being used by which application. I could not get any sample code. Can anyone please help me on this ..
Advance thank you
Hi,
I'm trying to write a program that check whether my SYSVAD Microphone/Speaker being used by which application. I could not get any sample code. Can anyone please help me on this ..
Advance thank you
You can refer to the official sample: Windows audio session (WASAPI) sample
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
According to How can I find out which processes on my computer are accessing the microphone?. You can determine which processes are using a device handle. This Answer of the SO question provides a solution. Like The Handle Utility.
4 people are following this question.