File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
testing/web-platform/tests/interfaces Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ dictionary MediaTrackSupportedConstraints {
52
52
boolean frameRate = true;
53
53
boolean facingMode = true;
54
54
boolean resizeMode = true;
55
- boolean volume = true;
56
55
boolean sampleRate = true;
57
56
boolean sampleSize = true;
58
57
boolean echoCancellation = true;
@@ -71,7 +70,6 @@ dictionary MediaTrackCapabilities {
71
70
DoubleRange frameRate;
72
71
sequence<DOMString> facingMode;
73
72
sequence<DOMString> resizeMode;
74
- DoubleRange volume;
75
73
ULongRange sampleRate;
76
74
ULongRange sampleSize;
77
75
sequence<boolean> echoCancellation;
@@ -94,7 +92,6 @@ dictionary MediaTrackConstraintSet {
94
92
ConstrainDouble frameRate;
95
93
ConstrainDOMString facingMode;
96
94
ConstrainDOMString resizeMode;
97
- ConstrainDouble volume;
98
95
ConstrainULong sampleRate;
99
96
ConstrainULong sampleSize;
100
97
ConstrainBoolean echoCancellation;
@@ -113,7 +110,6 @@ dictionary MediaTrackSettings {
113
110
double frameRate;
114
111
DOMString facingMode;
115
112
DOMString resizeMode;
116
- double volume;
117
113
long sampleRate;
118
114
long sampleSize;
119
115
boolean echoCancellation;
You can’t perform that action at this time.
0 commit comments