summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl14
1 files changed, 6 insertions, 8 deletions
diff --git a/chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl b/chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl
index 2feca7cf03f..20d06f4e29c 100644
--- a/chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl
+++ b/chromium/third_party/blink/renderer/modules/mediastream/media_track_settings.idl
@@ -10,19 +10,17 @@ dictionary MediaTrackSettings {
double aspectRatio;
double frameRate;
DOMString facingMode;
- // volume, sampleRate and sampleSize are not implemented.
- // double volume;
- // long sampleRate;
- // long sampleSize;
+ double volume;
+ long sampleRate;
+ long sampleSize;
boolean echoCancellation;
boolean autoGainControl;
boolean noiseSuppression;
- [OriginTrialEnabled=ExperimentalHardwareEchoCancellation] DOMString echoCancellationType;
- // latency and channelCount are not implemented.
- // double latency;
- // long channelCount;
+ double latency;
+ long channelCount;
DOMString deviceId;
DOMString groupId;
+ [OriginTrialEnabled=ExperimentalHardwareEchoCancellation] DOMString echoCancellationType;
// Media Capture Depth Stream Extensions
// https://w3c.github.io/mediacapture-depth/#mediatracksettings-dictionary
// TODO(aleksandar.stojiljkovic): videoKind, depthNear, depthFar,