зеркало из https://github.com/mozilla/gecko-dev.git
Bug 855655 - Part 1: Add new attribute - volumeControlChannel into AudioChannelManager. sr=sicking
This commit is contained in:
Родитель
5be81870ab
Коммит
9111144d39
|
@ -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;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче