This plugin is responsible of control the volume pop-up plugin in the paella player. Can be configured for control all sources volume.
showMasterVolume
Option to control and show Master volume slider volume controller.
range: true | false |
showSlaveVolume
Option to control and show Slave volume slider volume controller.
range: true | false |
Here’s are the config lines for this plugin:
"es.upv.paella.volumeRangePlugin":
{
"enabled":true,
"showMasterVolume": true,
"showSlaveVolume": false
},