Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: Source/modules/mediastream/SourceInfo.idl

Issue 15796004: [MediaStream API] Adding MediaStreamTrack::getSourceInfos (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/mediastream/SourceInfo.idl
diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.idl b/Source/modules/mediastream/SourceInfo.idl
similarity index 86%
copy from Source/modules/mediastream/RTCDTMFToneChangeEvent.idl
copy to Source/modules/mediastream/SourceInfo.idl
index de80edfc60463cfefd6a98d3db6063e4451741a8..814dd65cc4d4238504d0b3df3bec8085e9a770b2 100644
--- a/Source/modules/mediastream/RTCDTMFToneChangeEvent.idl
+++ b/Source/modules/mediastream/SourceInfo.idl
@@ -24,8 +24,10 @@
*/
[
- NoInterfaceObject,
- ConstructorTemplate=Event
-] interface RTCDTMFToneChangeEvent : Event {
- [InitializedByEventConstructor] readonly attribute DOMString tone;
+ NoInterfaceObject
+] interface SourceInfo {
+ readonly attribute DOMString id;
+ readonly attribute DOMString kind;
+ readonly attribute DOMString label;
+ readonly attribute DOMString facing;
};

Powered by Google App Engine
This is Rietveld 408576698