gpt4 book ai didi

.net - 如何打开麦克风属性窗口

转载 作者:可可西里 更新时间:2023-11-01 14:43:10 31 4
gpt4 key购买 nike

如何在单击按钮时打开麦克风属性窗口?

最佳答案

WPF 中没有内置任何内容来打开麦克风属性窗口。这是一个 .NET 功能。您使用的是 C# 吗?

如果你想在 Windows 上打开音量控制,你可以运行 sndvol32.exe 可执行文件:

string lWinDir = Environment.GetEnvironmentVariable("windir");
string lSndVolPath = lWinDir + @"\system32\sndvol32.exe";
Process lVolumeControl = Process.Start(lSndVolPath);

另见 How to adjust microphone gain from C# (needs to work on XP & W7)… .

关于.net - 如何打开麦克风属性窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4314217/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com