非標準
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.
This API is available on Firefox or Firefox OS for installed or higher privileged applications.
概要
channelWidth
プロパティの値は、周波数範囲のチャンネル幅を MHz 単位で示します。
通常、この値は次のいずれかです: 0.05
, 0.1
(既定値) または 0.2
。
周波数がラジオに割り当てられる時、channelWidth
に与えられた最も近い周波数の値に丸められます。例えば、100MHz が正しい周波数であり、channelWidth の値が 0.2 である場合、100.2 や 99.8 は正しい周波数ですが、100.15 は 100.2 に丸められます。
構文
var width = instanceOfFMRadio.channelWidth
値
真偽値を返します。
仕様書
仕様はありません。