[Bug 25775] Do we need both MediaDeviceKind and SourceTypeEnum

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25775

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald@alvestrand.no
         Depends on|                            |25752

--- Comment #1 from Harald Alvestrand <harald@alvestrand.no> ---
enum MediaDeviceKind {
    "audioinput",
    "audiooutput",
    "videoinput"
};

enum SourceTypeEnum {
    "none",
    "camera",
    "microphone"
};

Making a dependency on 25752, where the future of SourceTypeEnum is discussed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Tuesday, 1 July 2014 08:39:38 UTC