Bug 855655 - Part 1: Add new attribute - volumeControlChannel into AudioChannelManager. sr=sicking

This commit is contained in:
Marco Chen 2013-09-12 20:25:23 +08:00
Родитель 5be81870ab
Коммит 9111144d39
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -24,4 +24,10 @@ interface AudioChannelManager : EventTarget {
*/
[SetterThrows]
attribute EventHandler onheadphoneschange;
/**
* Indicates which audio channel is used to adjust volume when pressing HW
* volume keys.
*/
attribute DOMString volumeControlChannel;
};