Confirmed users
716
edits
No edit summary |
|||
Line 52: | Line 52: | ||
attribute EventTarget onmozchannelunpaused; | attribute EventTarget onmozchannelunpaused; | ||
} | } | ||
The mozchannelpaused property can change both as a result of an app being put in the background, or as a result of the channel being paused due to a higher priority channel being used. | The mozchannelpaused property can change both as a result of an app being put in the background, or as a result of the channel being paused due to a higher priority channel being used. | ||
== System and Browser API changes == | == System and Browser API changes == | ||
Line 72: | Line 63: | ||
If headphones or a headset is plugged in, the volume buttons should always change the volume of the "headphones" channel. | If headphones or a headset is plugged in, the volume buttons should always change the volume of the "headphones" channel. | ||
== Settings == | |||
There's multiple different settings for audio volume: | |||
* '''audio.volume.content''': Affects the "content" and "normal" audio channels. It's an integer between 0 and 15 where 0 means muted. | |||
* '''audio.volume.notification''': Affects the "notification" channel. It's an integer between 0 and 7. | |||
* '''audio.volume.alarm''': Affects the "alarm" channel. It's an integer between 0 and 7. | |||
* '''audio.volume.telephony''': Affects the "telephony" channel. It's an integer between 0 and 5. | |||
== Security model == | == Security model == |