返回介绍

Microphone.GetDeviceCaps 获取设备性能

发布于 2019-12-18 15:38:02 字数 1326 浏览 1723 评论 0 收藏 0

JavaScript => public static function GetDeviceCaps(deviceName: string, out minFreq: int, out maxFreq: int): void;
C# => public static void GetDeviceCaps(string deviceName, out int minFreq, out int maxFreq);

Parameters 参数

deviceNameThe name of the device.
minFreqReturns the minimum sampling frequency of the device.
maxFreqReturns the maximum sampling frequency of the device.

Description 描述

Get the frequency capabilities of a device.

获取设备频率性能。

Passing null or an empty string for the device name will select the default device. You can use the devices property to get a list of all available microphones.

传递无效或者空字符串的设备名称将会选择默认设备。你可以使用设备属性去获取可用麦克风列表。

When a value of zero is returned in the minFreq and maxFreq parameters, this indicates that the device supports any frequency.

当值为0将会返回到minFreq 和maxFreq 参数中,这表明该设备支持任何频率。

microphone

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文