aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/mediastreamtrack/muted/index.html
blob: 3343727d597caded3a49be0dc55bc51d5df86554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: muted
slug: Web/API/MediaStreamTrack/muted
translation_of: Web/API/MediaStreamTrack/muted
---
<p>{{APIRef("Media Capture and Streams")}}</p>

<p><strong><code>MediaStreamTrack.muted</code></strong>は読み取り専用のプロパティであり、トラックがミュートであるかどうかを示すBooleanの値を返します。</p>

<h2 id="文法">文法</h2>

<pre class="syntaxbox">var <em>bool</em> = <em>track.</em>muted;</pre>

<h3 id="値"></h3>

<p>{{jsxref('Boolean')}}型の値。</p>

<h2 id="例"></h2>

<pre class="brush: js">// TBD</pre>

<h2 id="仕様">仕様</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">状況</th>
   <th scope="col">コメント</th>
  </tr>
  <tr>
   <td>{{SpecName('Media Capture', '#dom-mediastreamtrack-muted', 'muted')}}</td>
   <td>{{Spec2('Media Capture')}}</td>
   <td>初版</td>
  </tr>
 </tbody>
</table>

<h2 id="ブラウザ互換性">ブラウザ互換性</h2>

<p>{{Compat("api.MediaStreamTrack.muted")}}</p>