[Bug 21345] There should be notification when the destination output changed

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

--- Comment #1 from Wei James <james.wei@Intel.com> ---
one proposal:


enum OutputType {
    “speakers”,
    “headset”
};


interface AudioDestinationChangeEvent : Event {
    readonly attribute double float sampleRate;
         readonly attribute unsigned long maxChannelCount
    readonly attribute OutputType outputType;
};

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 9 April 2013 01:03:39 UTC