如何在 Windows 中以编程方式强制重新启动/重新加载播放设备?
我所说的强制是指即使某些音频应用程序正在使用它。
我所说的重新加载是指在扬声器属性的高级选项卡中更改扬声器的共享模式采样率后发生的情况。任何音频应用程序都会立即停止。
是否可以通过编程方式进行这样的重启? (或者甚至就此而言,通过 SDK 公开的任何接口以编程方式更改共享模式采样率)
By forcibly I mean even when some audio applications are using it.
By reload I mean the kind of thing that happens after the shared mode sample rate of the speaker is changed in the advanced tab of Speaker Properties. Any audio applications stop immediately.
Is it possible to do such a restart programatically? (Or even for that matter change the shared mode sampling rate programmatically via any Interface the SDK exposes)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以以编程方式重新启动“Windows 音频服务”,这可能会解决问题。
You can programmatically restart the "Windows Audio Service" which may do the trick.