diff --git a/files/en-us/web/api/mediatrackconstraints/channelcount/index.html b/files/en-us/web/api/mediatrackconstraints/channelcount/index.html index 4b0a566e242806a..a0627cece29be4a 100644 --- a/files/en-us/web/api/mediatrackconstraints/channelcount/index.html +++ b/files/en-us/web/api/mediatrackconstraints/channelcount/index.html @@ -16,7 +16,7 @@
{{APIRef("Media Capture and Streams")}}

The {{domxref("MediaTrackConstraints")}} dictionary's - channelCount property is a {{domxref("ConstrainLong")}} + channelCount property is a {{domxref("ConstrainULong")}} describing the requested or mandatory constraints placed upon the value of the {{domxref("MediaTrackSettings.channelCount", "channelCount")}} constrainable property.

@@ -38,7 +38,7 @@

Value

If this value is a number, the user agent will attempt to obtain media whose channel count is as close as possible to this number given the capabilities of the hardware and the other constraints specified. Otherwise, the value of this - {{domxref("ConstrainLong")}} will guide the user agent in its efforts to provide an + {{domxref("ConstrainULong")}} will guide the user agent in its efforts to provide an exact match to the required channel count (if exact is specified or both min and max are provided and have the same value) or to a best-possible value.

diff --git a/files/en-us/web/api/mediatrackconstraints/height/index.html b/files/en-us/web/api/mediatrackconstraints/height/index.html index 274bb16c944245c..46d009f4f01b131 100644 --- a/files/en-us/web/api/mediatrackconstraints/height/index.html +++ b/files/en-us/web/api/mediatrackconstraints/height/index.html @@ -16,7 +16,7 @@
{{APIRef("Media Capture and Streams")}}

The {{domxref("MediaTrackConstraints")}} dictionary's - height property is a {{domxref("ConstrainLong")}} + height property is a {{domxref("ConstrainULong")}} describing the requested or mandatory constraints placed upon the value of the {{domxref("MediaTrackSettings.height", "height")}} constrainable property.

@@ -36,7 +36,7 @@

Value

If this value is a number, the user agent will attempt to obtain media whose height is as close as possible to this number given the capabilities of the hardware and the other - constraints specified. Otherwise, the value of this {{domxref("ConstrainLong")}} will + constraints specified. Otherwise, the value of this {{domxref("ConstrainULong")}} will guide the user agent in its efforts to provide an exact match to the required height (if exact is specified or both min and max are provided and have the same value) or to a best-possible value.

diff --git a/files/en-us/web/api/mediatrackconstraints/index.html b/files/en-us/web/api/mediatrackconstraints/index.html index e14f1ffc05f2c09..5b46768a840e98e 100644 --- a/files/en-us/web/api/mediatrackconstraints/index.html +++ b/files/en-us/web/api/mediatrackconstraints/index.html @@ -44,7 +44,7 @@

Properties of audio tracks

{{domxref("MediaTrackConstraints.autoGainControl", "autoGainControl")}}
A {{domxref("ConstrainBoolean")}} object which specifies whether automatic gain control is preferred and/or required.
{{domxref("MediaTrackConstraints.channelCount", "channelCount")}}
-
A {{domxref("ConstrainLong")}} specifying the channel count or range of channel counts which are acceptable and/or required.
+
A {{domxref("ConstrainULong")}} specifying the channel count or range of channel counts which are acceptable and/or required.
{{domxref("MediaTrackConstraints.echoCancellation", "echoCancellation")}}
A {{domxref("ConstrainBoolean")}} object specifying whether or not echo cancellation is preferred and/or required.
{{domxref("MediaTrackConstraints.latency", "latency")}}
@@ -52,9 +52,9 @@

Properties of audio tracks

{{domxref("MediaTrackConstraints.noiseSuppression", "noiseSuppression")}}
A {{domxref("ConstrainBoolean")}} which specifies whether noise suppression is preferred and/or required.
{{domxref("MediaTrackConstraints.sampleRate", "sampleRate")}}
-
A {{domxref("ConstrainLong")}} specifying the sample rate or range of sample rates which are acceptable and/or required.
+
A {{domxref("ConstrainULong")}} specifying the sample rate or range of sample rates which are acceptable and/or required.
{{domxref("MediaTrackConstraints.sampleSize", "sampleSize")}}
-
A {{domxref("ConstrainLong")}} specifying the sample size or range of sample sizes which are acceptable and/or required.
+
A {{domxref("ConstrainULong")}} specifying the sample size or range of sample sizes which are acceptable and/or required.
{{domxref("MediaTrackConstraints.volume", "volume")}}
A {{domxref("ConstrainDouble")}} specifying the volume or range of volumes which are acceptable and/or required.
@@ -102,9 +102,9 @@

Properties of video tracks

{{domxref("MediaTrackConstraints.frameRate", "frameRate")}}
A {{domxref("ConstrainDouble")}} specifying the frame rate or range of frame rates which are acceptable and/or required.
{{domxref("MediaTrackConstraints.height", "height")}}
-
A {{domxref("ConstrainLong")}} specifying the video height or range of heights which are acceptable and/or required.
+
A {{domxref("ConstrainULong")}} specifying the video height or range of heights which are acceptable and/or required.
{{domxref("MediaTrackConstraints.width", "width")}}
-
A {{domxref("ConstrainLong")}} specifying the video width or range of widths which are acceptable and/or required.
+
A {{domxref("ConstrainULong")}} specifying the video width or range of widths which are acceptable and/or required.
{{domxref("MediaTrackConstraints.resizeMode", "resizeMode")}}
A {{domxref("ConstrainDOMString")}} object specifying a mode or an array of modes the UA can use to derive the resolution of a video track. Allowed values are none and crop-and-scale. none means that the user agent uses the resolution provided by the camera, its driver or the OS. crop-and-scale means that the user agent can use cropping and downscaling on the camera output  in order to satisfy other constraints that affect the resolution.
diff --git a/files/en-us/web/api/mediatrackconstraints/samplerate/index.html b/files/en-us/web/api/mediatrackconstraints/samplerate/index.html index a809cdc1e01021e..f7eb6e739996d97 100644 --- a/files/en-us/web/api/mediatrackconstraints/samplerate/index.html +++ b/files/en-us/web/api/mediatrackconstraints/samplerate/index.html @@ -17,7 +17,7 @@
{{APIRef("Media Capture and Streams")}}

The {{domxref("MediaTrackConstraints")}} dictionary's - sampleRate property is a {{domxref("ConstrainLong")}} + sampleRate property is a {{domxref("ConstrainULong")}} describing the requested or mandatory constraints placed upon the value of the {{domxref("MediaTrackSettings.sampleRate", "sampleRate")}} constrainable property.

@@ -38,7 +38,7 @@

Value

If this value is a number, the user agent will attempt to obtain media whose sample rate is as close as possible to this number given the capabilities of the hardware and the other constraints specified. Otherwise, the value of this - {{domxref("ConstrainLong")}} will guide the user agent in its efforts to provide an + {{domxref("ConstrainULong")}} will guide the user agent in its efforts to provide an exact match to the required sample rate (if exact is specified or both min and max are provided and have the same value) or to a best-possible value.

diff --git a/files/en-us/web/api/mediatrackconstraints/samplesize/index.html b/files/en-us/web/api/mediatrackconstraints/samplesize/index.html index cc92b3dbec8cfb4..0aa6d5bd29c16a1 100644 --- a/files/en-us/web/api/mediatrackconstraints/samplesize/index.html +++ b/files/en-us/web/api/mediatrackconstraints/samplesize/index.html @@ -16,7 +16,7 @@
{{APIRef("Media Capture and Streams")}}

The {{domxref("MediaTrackConstraints")}} dictionary's - sampleSize property is a {{domxref("ConstrainLong")}} + sampleSize property is a {{domxref("ConstrainULong")}} describing the requested or mandatory constraints placed upon the value of the {{domxref("MediaTrackSettings.sampleSize", "sampleSize")}} constrainable property.

@@ -37,7 +37,7 @@

Value

If this value is a number, the user agent will attempt to obtain media whose sample size (in bits per linear sample) is as close as possible to this number given the capabilities of the hardware and the other constraints specified. Otherwise, the value - of this {{domxref("ConstrainLong")}} will guide the user agent in its efforts to provide + of this {{domxref("ConstrainULong")}} will guide the user agent in its efforts to provide an exact match to the required sample size (if exact is specified or both min and max are provided and have the same value) or to a best-possible value.

diff --git a/files/en-us/web/api/mediatrackconstraints/width/index.html b/files/en-us/web/api/mediatrackconstraints/width/index.html index d728fe18d059a40..f157193dd83f46d 100644 --- a/files/en-us/web/api/mediatrackconstraints/width/index.html +++ b/files/en-us/web/api/mediatrackconstraints/width/index.html @@ -16,7 +16,7 @@
{{APIRef("Media Capture and Streams")}}

The {{domxref("MediaTrackConstraints")}} dictionary's - width property is a {{domxref("ConstrainLong")}} + width property is a {{domxref("ConstrainULong")}} describing the requested or mandatory constraints placed upon the value of the {{domxref("MediaTrackSettings.width", "width")}} constrainable property.

@@ -36,7 +36,7 @@

Value

If this value is a number, the user agent will attempt to obtain media whose width is as close as possible to this number given the capabilities of the hardware and the other - constraints specified. Otherwise, the value of this {{domxref("ConstrainLong")}} will + constraints specified. Otherwise, the value of this {{domxref("ConstrainULong")}} will guide the user agent in its efforts to provide an exact match to the required width (if exact is specified or both min and max are provided and have the same value) or to a best-possible value.

diff --git a/files/en-us/web/api/ulongrange/index.html b/files/en-us/web/api/ulongrange/index.html index 0e0732894b44cef..fc621729c098621 100644 --- a/files/en-us/web/api/ulongrange/index.html +++ b/files/en-us/web/api/ulongrange/index.html @@ -6,11 +6,11 @@ - Constraints - Dictionary - Interface - - LongRange - Media - Media Capture and Streams API - Media Streams API - Reference + - ULongRange - WebRTC ---
{{APIRef("Media Capture and Streams")}}