From 02cdddd7287f3d62ee964c1d2507093200f233e2 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 18 Aug 2024 19:20:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=87=E3=82=A3=E3=82=A2=E3=82=AD?= =?UTF-8?q?=E3=83=A3=E3=83=97=E3=83=81=E3=83=A3=E3=81=A8=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=83=A0=20API=20=E3=81=AE=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=20URL=20=E3=82=92=E4=B8=80=E6=8B=AC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/api/mediatracksupportedconstraints/aspectratio/index.md | 2 +- .../api/mediatracksupportedconstraints/autogaincontrol/index.md | 2 +- .../api/mediatracksupportedconstraints/channelcount/index.md | 2 +- .../ja/web/api/mediatracksupportedconstraints/deviceid/index.md | 2 +- .../mediatracksupportedconstraints/echocancellation/index.md | 2 +- .../web/api/mediatracksupportedconstraints/facingmode/index.md | 2 +- .../ja/web/api/mediatracksupportedconstraints/groupid/index.md | 2 +- files/ja/web/api/mediatracksupportedconstraints/height/index.md | 2 +- .../ja/web/api/mediatracksupportedconstraints/latency/index.md | 2 +- .../mediatracksupportedconstraints/noisesuppression/index.md | 2 +- .../web/api/mediatracksupportedconstraints/samplerate/index.md | 2 +- .../web/api/mediatracksupportedconstraints/samplesize/index.md | 2 +- files/ja/web/api/mediatracksupportedconstraints/volume/index.md | 2 +- files/ja/web/api/mediatracksupportedconstraints/width/index.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/files/ja/web/api/mediatracksupportedconstraints/aspectratio/index.md b/files/ja/web/api/mediatracksupportedconstraints/aspectratio/index.md index eef932868c5159..ccb72112b5ed35 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/aspectratio/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/aspectratio/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().aspectRatio) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/autogaincontrol/index.md b/files/ja/web/api/mediatracksupportedconstraints/autogaincontrol/index.md index d0e85bb8b43149..d2b3733fcb7f6f 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/autogaincontrol/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/autogaincontrol/index.md @@ -55,7 +55,7 @@ if (navigator.mediaDevices.getSupportedConstraints().autoGainControl) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/channelcount/index.md b/files/ja/web/api/mediatracksupportedconstraints/channelcount/index.md index aaab560b2a661a..1606792448c718 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/channelcount/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/channelcount/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().channelCount) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/deviceid/index.md b/files/ja/web/api/mediatracksupportedconstraints/deviceid/index.md index 8e0f4ca325c32e..cd981de3fca5ee 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/deviceid/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/deviceid/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().deviceId) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/echocancellation/index.md b/files/ja/web/api/mediatracksupportedconstraints/echocancellation/index.md index 9f5c9b13f66b4a..339ac526899af8 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/echocancellation/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/echocancellation/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().echoCancellation) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/facingmode/index.md b/files/ja/web/api/mediatracksupportedconstraints/facingmode/index.md index 1d81d8ec2dd91c..ccfa77c9895c3d 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/facingmode/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/facingmode/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().facingMode) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/groupid/index.md b/files/ja/web/api/mediatracksupportedconstraints/groupid/index.md index f437b5fe495ca8..d255e97f57896c 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/groupid/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/groupid/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().groupId) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/height/index.md b/files/ja/web/api/mediatracksupportedconstraints/height/index.md index 9b1bdeccf32953..bebf12046a0278 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/height/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/height/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().height) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/latency/index.md b/files/ja/web/api/mediatracksupportedconstraints/latency/index.md index 043c8af1403ca9..e5a221f89ab5aa 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/latency/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/latency/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().latency) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/noisesuppression/index.md b/files/ja/web/api/mediatracksupportedconstraints/noisesuppression/index.md index 09d4dcedc88e3a..36e3ea00b62ceb 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/noisesuppression/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/noisesuppression/index.md @@ -55,7 +55,7 @@ if (navigator.mediaDevices.getSupportedConstraints().noiseSuppression) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/samplerate/index.md b/files/ja/web/api/mediatracksupportedconstraints/samplerate/index.md index d5a3f9db74baf8..6063e358e560a1 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/samplerate/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/samplerate/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().sampleRate) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/samplesize/index.md b/files/ja/web/api/mediatracksupportedconstraints/samplesize/index.md index 6a2e65e7ad5e1b..75b6514b859b40 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/samplesize/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/samplesize/index.md @@ -51,7 +51,7 @@ if (navigator.mediaDevices.getSupportedConstraints().sampleSize) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/volume/index.md b/files/ja/web/api/mediatracksupportedconstraints/volume/index.md index b2cc47aa9ddd95..711b85850b8177 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/volume/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/volume/index.md @@ -47,7 +47,7 @@ if (navigator.mediaDevices.getSupportedConstraints().volume) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}} diff --git a/files/ja/web/api/mediatracksupportedconstraints/width/index.md b/files/ja/web/api/mediatracksupportedconstraints/width/index.md index 812c2365f8ee1b..bd2cfc4b74adbe 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/width/index.md +++ b/files/ja/web/api/mediatracksupportedconstraints/width/index.md @@ -57,7 +57,7 @@ if (navigator.mediaDevices.getSupportedConstraints().width) { ## 関連情報 -- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Streams_API) +- [メディアキャプチャとストリーム API](/ja/docs/Web/API/Media_Capture_and_Streams_API) - {{domxref("MediaDevices.getSupportedConstraints()")}} - {{domxref("MediaTrackSupportedConstraints")}} - {{domxref("MediaStreamTrack")}}