aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/analysernode/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-25 14:37:47 +0100
committerGitHub <noreply@github.com>2021-02-25 14:37:47 +0100
commit8879aacd682787fc20ffe2661733f9cd267c81ce (patch)
tree11bf4a1114c543989c24c7a801ba379b2c20a30c /files/zh-cn/web/api/analysernode/index.html
parentd1794f6b276285489b417053507f432a14be31df (diff)
parent97065b2e68dd8768dc1ea092c893c57ebe205026 (diff)
downloadtranslated-content-8879aacd682787fc20ffe2661733f9cd267c81ce.tar.gz
translated-content-8879aacd682787fc20ffe2661733f9cd267c81ce.tar.bz2
translated-content-8879aacd682787fc20ffe2661733f9cd267c81ce.zip
Merge pull request #70 from peterbe/use-classhidden-not-styledisplaynone
use class="hidden" not style="display:none"
Diffstat (limited to 'files/zh-cn/web/api/analysernode/index.html')
-rw-r--r--files/zh-cn/web/api/analysernode/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/analysernode/index.html b/files/zh-cn/web/api/analysernode/index.html
index 00b6ff8de8..69149d77f2 100644
--- a/files/zh-cn/web/api/analysernode/index.html
+++ b/files/zh-cn/web/api/analysernode/index.html
@@ -54,7 +54,7 @@ translation_of: Web/API/AnalyserNode
<p><em>继承属性自 </em><em>{{domxref("AudioNode")}}。</em></p>
<dl>
- <dt><span id="cke_bm_91S" style="display: none;"> </span>{{domxref("AnalyserNode.fftSize")}}</dt>
+ <dt><span id="cke_bm_91S" class="hidden"> </span>{{domxref("AnalyserNode.fftSize")}}</dt>
<dd>一个无符号长整形(unsigned long)的值,代表了用于计算频域信号时使用的 FFT (<a href="https://zh.wikipedia.org/zh-cn/%E5%BF%AB%E9%80%9F%E5%82%85%E9%87%8C%E5%8F%B6%E5%8F%98%E6%8D%A2">快速傅里叶变换</a>) 的窗口大小。</dd>
<dt>{{domxref("AnalyserNode.frequencyBinCount")}} {{readonlyInline}}</dt>
<dd>一个无符号长整形(unsigned long)的值, 值为fftSize的一半。这通常等于将要用于可视化的数据值的数量。</dd>