Skip to content

Commit a7f5869

Browse files
committed
Add MDN docs links for constraints
1 parent 8696924 commit a7f5869

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api/MediaDevices.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
"constraints_aspectRatio_parameter": {
508508
"__compat": {
509509
"description": "`constraints.aspectRatio` parameter",
510+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/aspectRatio",
510511
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-aspectratio",
511512
"tags": [
512513
"web-features:web-audio"
@@ -542,6 +543,7 @@
542543
"constraints_autoGainControl_parameter": {
543544
"__compat": {
544545
"description": "`constraints.autoGainControl` parameter",
546+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/autoGainControl",
545547
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-autogaincontrol",
546548
"tags": [
547549
"web-features:web-audio"
@@ -577,6 +579,7 @@
577579
"constraints_channelCount_parameter": {
578580
"__compat": {
579581
"description": "`constraints.channelCount` parameter",
582+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/channelCount",
580583
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-channelcount",
581584
"tags": [
582585
"web-features:web-audio"
@@ -612,6 +615,7 @@
612615
"constraints_deviceId_parameter": {
613616
"__compat": {
614617
"description": "`constraints.deviceId` parameter",
618+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/deviceId",
615619
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-deviceid",
616620
"tags": [
617621
"web-features:web-audio"
@@ -647,6 +651,7 @@
647651
"constraints_echoCancellation_parameter": {
648652
"__compat": {
649653
"description": "`constraints.echoCancellation` parameter",
654+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/echoCancellation",
650655
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-echocancellation",
651656
"tags": [
652657
"web-features:web-audio"
@@ -682,6 +687,7 @@
682687
"constraints_facingMode_parameter": {
683688
"__compat": {
684689
"description": "`constraints.facingMode` parameter",
690+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/facingMode",
685691
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-facingmode",
686692
"tags": [
687693
"web-features:web-audio"
@@ -717,6 +723,7 @@
717723
"constraints_frameRate_parameter": {
718724
"__compat": {
719725
"description": "`constraints.frameRate` parameter",
726+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/frameRate",
720727
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-framerate",
721728
"tags": [
722729
"web-features:web-audio"
@@ -752,6 +759,7 @@
752759
"constraints_groupId_parameter": {
753760
"__compat": {
754761
"description": "`constraints.groupId` parameter",
762+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/groupId",
755763
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-groupId",
756764
"tags": [
757765
"web-features:web-audio"
@@ -787,6 +795,7 @@
787795
"constraints_height_parameter": {
788796
"__compat": {
789797
"description": "`constraints.height` parameter",
798+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/height",
790799
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-height",
791800
"tags": [
792801
"web-features:web-audio"
@@ -822,6 +831,7 @@
822831
"constraints_latency_parameter": {
823832
"__compat": {
824833
"description": "`constraints.latency` parameter",
834+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/latency",
825835
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-latency",
826836
"tags": [
827837
"web-features:web-audio"
@@ -857,6 +867,7 @@
857867
"constraints_noiseSuppression_parameter": {
858868
"__compat": {
859869
"description": "`constraints.noiseSuppression` parameter",
870+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/noiseSuppression",
860871
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-noisesuppression",
861872
"tags": [
862873
"web-features:web-audio"
@@ -892,6 +903,7 @@
892903
"constraints_resizeMode_parameter": {
893904
"__compat": {
894905
"description": "`constraints.resizeMode` parameter",
906+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints#resizemode",
895907
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-resizemode",
896908
"tags": [
897909
"web-features:web-audio"
@@ -927,6 +939,7 @@
927939
"constraints_sampleRate_parameter": {
928940
"__compat": {
929941
"description": "`constraints.sampleRate` parameter",
942+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/sampleRate",
930943
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-samplerate",
931944
"tags": [
932945
"web-features:web-audio"
@@ -962,6 +975,7 @@
962975
"constraints_sampleSize_parameter": {
963976
"__compat": {
964977
"description": "`constraints.sampleSize` parameter",
978+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/sampleSize",
965979
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-samplesize",
966980
"tags": [
967981
"web-features:web-audio"
@@ -997,6 +1011,7 @@
9971011
"constraints_width_parameter": {
9981012
"__compat": {
9991013
"description": "`constraints.width` parameter",
1014+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints/width",
10001015
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-width",
10011016
"tags": [
10021017
"web-features:web-audio"

0 commit comments

Comments
 (0)