XAML 浏览器应用程序中是否允许录制音频
我正在寻找从客户计算机执行录音的方法。 我偶然发现了 XAML 浏览器应用程序 - XBAP,我想确定是否有可能使用它进行录音?
I am searching ways to perform audio recording from the client's computer. I have stumbled upon XAML Browser Applications - XBAPs, and I want to make sure, is it possible to perform audio recording using it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尝试以部分信任方式运行 XAML 浏览器应用程序,那么答案是否定的。
要使用 .Net 录制音频,当前唯一的方法是使用 Interop 方法,根据版本使用 Windows API for WaveIn 或类似技术应用程序运行所在的窗口数量。
此链接介绍了 Windows Presentation Foundation 安全沙箱 http://msdn.microsoft.com /en-us/library/aa480229.aspx - 相关引用;
If you attempt to run the XAML Browser Application in partial trust, then the answer is No.
To record audio using .Net, the only current method is to use Interop methods, to use the Windows API's for WaveIn or similar technology based on the version of windows the application is running on.
This link explains the Windows Presentation Foundation Security Sandbox http://msdn.microsoft.com/en-us/library/aa480229.aspx - Relevant quote;