mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
19 lines
552 B
XML
19 lines
552 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE displayvolume SYSTEM "../../dtd/displayvolume.dtd">
|
|
|
|
<displayvolume x="0" y="0" width="100%" height="100%" fadetime="0">
|
|
|
|
<background>
|
|
</background>
|
|
|
|
<!-- Available Variables volume:
|
|
{volume} current volume, range from 0 to 255
|
|
{volumepercent} current volume in %
|
|
{maxvolume} maximal volume
|
|
{mute} true if volume is muted
|
|
-->
|
|
<volume>
|
|
</volume>
|
|
|
|
</displayvolume>
|