aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/navigator/mozfmradio/index.html
blob: 271629e8d778cf9b43c7f0f60ae134ade0af5a6c (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
---
title: Navigator.mozFMRadio
slug: Web/API/Navigator/mozFMRadio
tags:
  - API
  - Non-standard
  - Property
translation_of: Archive/B2G_OS/API/Navigator/mozFMRadio
---
<p>{{APIRef}}{{ non-standard_header() }}</p>

<p>{{ B2GOnlyHeader2('installed') }}</p>

<h2 id="Summary" name="Summary">概要</h2>

<p>端末の FM ラジオへのアクセスに使用できる {{ domxref("FMRadio") }} オブジェクトを返します。</p>

<h2 id="Syntax" name="Syntax">構文</h2>

<pre class="eval">var WebFM = navigator.mozFMRadio;
</pre>

<h2 id="Value" name="Value"></h2>

<p><code>navigator.mozFMRadio</code>{{domxref("FMRadio")}} オブジェクトです。</p>

<h2 id="Specification" name="Specification">仕様書</h2>

<p>仕様の一部ではありません。</p>

<h2 id="参照">参照</h2>

<ul>
 <li>{{domxref("FMRadio")}}</li>
 <li><a href="/docs/WebAPI/WebFM_API" title="/docs/WebAPI/WebFM_API">WebFM API</a></li>
</ul>