非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
AudioContext
インターフェースのmozAudioChannelType
読み取り専用プロパティは、Firefox OS デバイスで、オーディオコンテキスト要素で再生される音声を再生するオーディオチャンネルを設定するために使えます。
これはAudioChannels APIに定義された非標準のプロパティです。詳細はUsing the AudioChannels APIを参照してください。
構文
var audioCtx = new AudioContext(); var myAudioChannelType = audioCtx.mozAudioChannelType;
AudioContext
のオーディオチャンネルタイプを設定できるのは、次のコンストラクタを使う場合のみです。
var audioCtx = new AudioContext('ringer');
値
例
TBD
仕様
現在はAudioChannels APIには公式の仕様はありません。実装、WebIDLなどの詳細はhttps://wiki.mozilla.org/WebAPI/AudioChannelsを参照してください。
ブラウザ互換性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
General support | 未サポート | 未サポート | 未サポート | 未サポート | 未サポート |
Feature | Android | Chrome | Firefox Mobile (Gecko) | Firefox OS | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
General support | 未サポート | 未サポート | 未サポート | 1.2 | 未サポート | 未サポート | 未サポート |