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に修正 --- files/ja/web/api/mediatracksupportedconstraints/groupid/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ja/web/api/mediatracksupportedconstraints/groupid') diff --git a/files/ja/web/api/mediatracksupportedconstraints/groupid/index.html b/files/ja/web/api/mediatracksupportedconstraints/groupid/index.html index 6df97986fb..a0aa26eb6c 100644 --- a/files/ja/web/api/mediatracksupportedconstraints/groupid/index.html +++ b/files/ja/web/api/mediatracksupportedconstraints/groupid/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/MediaTrackSupportedConstraints/groupId ---

{{APIRef("Media Capture and Streams")}}

-

MediaTrackSupportedConstraintsディクショナリーのgroupIdプロパティは読み取り専用のBooleanの値です。user agentgroupIdの制約をサポートしている場合、MediaDevices.getSupportedConstraints()の戻り値のオブジェクトに含まれtrueが設定されます。この制約がサポートされない場合は含まれないため、falseになることはありません。

+

MediaTrackSupportedConstraintsディクショナリーのgroupIdプロパティは読み取り専用のBooleanの値です。user agentgroupIdの制約をサポートしている場合、MediaDevices.getSupportedConstraints()の戻り値のオブジェクトに含まれtrueが設定されます。この制約がサポートされない場合は含まれないため、falseになることはありません。

サポートされている制約のディクショナリーはnavigator.mediaDevices.getSupportedConstraints()を呼び出すことで取得できます。

@@ -15,7 +15,7 @@ translation_of: Web/API/MediaTrackSupportedConstraints/groupId

-

ユーザエージェントgroupIdの制約をサポートしている場合、このプロパティはディクショナリーの中に含まれ、その値は常にtrueの値です。このプロパティが存在しない場合は、サポートされている制約ディクショナリーには存在しないため、undefinedの値を取ることになります。

+

ユーザエージェントgroupIdの制約をサポートしている場合、このプロパティはディクショナリーの中に含まれ、その値は常にtrueの値です。このプロパティが存在しない場合は、サポートされている制約ディクショナリーには存在しないため、undefinedの値を取ることになります。

@@ -72,7 +72,7 @@ if (navigator.mediaDevices.getSupportedConstraints()["groupId"]) {

関連項目