Revision aaea1a41a04ac0ce565bbc59f296a647902de015 authored by Chandan Padhi on 08 March 2018, 11:46:05 UTC, committed by Blink WPT Bot on 08 March 2018, 15:58:25 UTC
InputDeviceInfo extends MediaDeviceInfo and represents audio and video input
devices. These objects are the result of calling MediaDevices.enumerateDevices().
This interface gives access to the capabilities of the input device it represents
via getCapabilities() method which will be implemented in asubsequent CL.

Intent to implement and ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/h4sCuIqb_78

Bug: 817769
Change-Id: Ic9a016a05e622ee02b86d567f64c3ed84f0926c3
Reviewed-on: https://chromium-review.googlesource.com/942961
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541772}
1 parent c36f238
History
File Mode Size
chromium
test
webidl2
.gitignore -rw-r--r-- 36 bytes
.htaccess -rw-r--r-- 107 bytes
LICENSE -rw-r--r-- 1.5 KB
OWNERS -rw-r--r-- 25 bytes
check-layout-th.js -rw-r--r-- 7.7 KB
idlharness.js -rw-r--r-- 104.2 KB
idlharness.js.headers -rw-r--r-- 73 bytes
readme.md -rw-r--r-- 845 bytes
sriharness.js -rw-r--r-- 3.4 KB
testdriver-vendor.js -rw-r--r-- 0 bytes
testdriver-vendor.js.headers -rw-r--r-- 73 bytes
testdriver.js -rw-r--r-- 3.5 KB
testdriver.js.headers -rw-r--r-- 73 bytes
testharness.css -rw-r--r-- 1.5 KB
testharness.css.headers -rw-r--r-- 65 bytes
testharness.js -rw-r--r-- 103.1 KB
testharness.js.headers -rw-r--r-- 73 bytes
testharnessreport.js -rw-r--r-- 2.2 KB
testharnessreport.js.headers -rw-r--r-- 73 bytes

readme.md

back to top