From 83066369c9c1e7c1150174feca942b0a8afdee0d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 30 Jul 2021 12:46:27 +0900 Subject: orphaned/Web/API/AudioContext/mozAudioChannelType を削除 (#1570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 英語版の API ドキュメントにないページであるため削除 --- files/ja/_redirects.txt | 1 - files/ja/_wikihistory.json | 6 -- .../audiocontext/mozaudiochanneltype/index.html | 96 ---------------------- 3 files changed, 103 deletions(-) delete mode 100644 files/ja/orphaned/web/api/audiocontext/mozaudiochanneltype/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index b0ccd5e0a2..e402026cf1 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3495,7 +3495,6 @@ /ja/docs/Web/API/AudioContext/decodeAudioData /ja/docs/Web/API/BaseAudioContext/decodeAudioData /ja/docs/Web/API/AudioContext/destination /ja/docs/Web/API/BaseAudioContext/destination /ja/docs/Web/API/AudioContext/listener /ja/docs/Web/API/BaseAudioContext/listener -/ja/docs/Web/API/AudioContext/mozAudioChannelType /ja/docs/orphaned/Web/API/AudioContext/mozAudioChannelType /ja/docs/Web/API/AudioContext/onstatechange /ja/docs/Web/API/BaseAudioContext/onstatechange /ja/docs/Web/API/AudioContext/sampleRate /ja/docs/Web/API/BaseAudioContext/sampleRate /ja/docs/Web/API/AudioContext/state /ja/docs/Web/API/BaseAudioContext/state diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 8cf7170637..1351ba35e8 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -51017,12 +51017,6 @@ "yyss" ] }, - "orphaned/Web/API/AudioContext/mozAudioChannelType": { - "modified": "2019-03-23T22:51:59.818Z", - "contributors": [ - "maruhiro" - ] - }, "orphaned/Web/API/Body": { "modified": "2020-10-15T21:42:48.844Z", "contributors": [ diff --git a/files/ja/orphaned/web/api/audiocontext/mozaudiochanneltype/index.html b/files/ja/orphaned/web/api/audiocontext/mozaudiochanneltype/index.html deleted file mode 100644 index 479d1d7512..0000000000 --- a/files/ja/orphaned/web/api/audiocontext/mozaudiochanneltype/index.html +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: AudioContext.mozAudioChannelType -slug: orphaned/Web/API/AudioContext/mozAudioChannelType -translation_of: Web/API/AudioContext/mozAudioChannelType -original_slug: Web/API/AudioContext/mozAudioChannelType ---- -

{{APIRef("Web Audio API")}} {{Non-standard_header}}

- -

{{domxref("AudioContext")}}インターフェースのmozAudioChannelType読み取り専用プロパティは、Firefox OS デバイスで、オーディオコンテキスト要素で再生される音声を再生するオーディオチャンネルを設定するために使えます。

- -

これはAudioChannels APIに定義された非標準のプロパティです。詳細はUsing the AudioChannels APIを参照してください。

- -

構文

- -
var audioCtx = new AudioContext();
-var myAudioChannelType = audioCtx.mozAudioChannelType;
-
- -

AudioContextのオーディオチャンネルタイプを設定できるのは、次のコンストラクタを使う場合のみです。

- -
var audioCtx = new AudioContext('ringer');
- -

- -

{{domxref("DOMString")}}

- -

- -

TBD

- -

仕様

- -

現在はAudioChannels APIには公式の仕様はありません。実装、WebIDLなどの詳細はhttps://wiki.mozilla.org/WebAPI/AudioChannelsを参照してください。

- -

ブラウザ互換性

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
General support{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChromeFirefox Mobile (Gecko)Firefox OSIE PhoneOpera MobileSafari Mobile
General support{{CompatNo}}{{CompatNo}}{{CompatNo}}1.2{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

参考

- - -- cgit v1.2.3-54-g00ecf