- From: <bugzilla@jessica.w3.org>
- Date: Tue, 09 Apr 2013 01:03:38 +0000
- To: public-audio@w3.org
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