From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- .../api/mediatracksupportedconstraints/index.html | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'files/ja/web/api/mediatracksupportedconstraints/index.html') diff --git a/files/ja/web/api/mediatracksupportedconstraints/index.html b/files/ja/web/api/mediatracksupportedconstraints/index.html index aa232ebfd2..a47541054d 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/index.html +++ b/files/ja/web/api/mediatracksupportedconstraints/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/MediaTrackSupportedConstraints

実際の制約セットは{{domxref("MediaTrackConstraints")}}ディクショナリをベースにしたオブジェクトで表現されます。

-

制約がどのように動作するかについての詳細を知りたい場合は、Capabilities, constraints, and settingsを読んでください。

+

制約がどのように動作するかについての詳細を知りたい場合は、Capabilities, constraints, and settingsを読んでください。

プロパティ

@@ -19,35 +19,35 @@ translation_of: Web/API/MediaTrackSupportedConstraints
{{domxref("MediaTrackSupportedConstraints.autoGainControl", "autoGainControl")}}
-
実行環境でautoGainControl制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でautoGainControl制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.width", "width")}}
-
実行環境でwidth制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でwidth制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.height", "height")}}
-
実行環境でheight制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でheight制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.aspectRatio", "aspectRatio")}}
-
実行環境でaspectRatio制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でaspectRatio制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.frameRate", "frameRate")}}
-
実行環境でframeRate制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でframeRate制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.facingMode", "facingMode")}}
-
実行環境でfacingMode制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でfacingMode制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.volume", "volume")}}
-
実行環境でvolume制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でvolume制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.sampleRate", "sampleRate")}}
-
実行環境でsampleRate制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でsampleRate制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.sampleSize", "sampleSize")}}
-
実行環境でsampleSize制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でsampleSize制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.echoCancellation", "echoCancellation")}}
-
実行環境でechoCancellation制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でechoCancellation制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.latency", "latency")}}
-
実行環境でlatency 制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でlatency 制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.noiseSuppression", "noiseSuppression")}}
-
実行環境でnoiseSuppression制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でnoiseSuppression制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.channelCount", "channelCount")}}
-
実行環境でchannelCount制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でchannelCount制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.deviceId", "deviceId")}}
-
実行環境でdeviceId制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でdeviceId制約がサポートされている場合は、Boolean型のtrueの値になります。
{{domxref("MediaTrackSupportedConstraints.groupId", "groupId")}}
-
実行環境でgroupId制約がサポートされている場合は、Boolean型のtrueの値になります。
+
実行環境でgroupId制約がサポートされている場合は、Boolean型のtrueの値になります。

関連項目

-- cgit v1.2.3-54-g00ecf