only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / custom_volume_1112.xml
1 <window id="1112" type="dialog">
2         <defaultcontrol always="true">9000</defaultcontrol>
3         <include>Window_OpenClose_Animation</include>
4         <controls>
5                 <control type="button">
6                         <description>Hidden button to close the sort when its focused</description>
7                         <posx>0</posx>
8                         <posy>0</posy>
9                         <width>ScreenWidth</width>
10                         <height>ScreenHeight</height>
11                         <texturenofocus>-</texturenofocus>
12                         <texturefocus>-</texturefocus>
13                         <onclick>PreviousMenu</onclick>
14                 </control>
15                 <control type="group">
16                         <posx>205</posx>
17                         <posy>235r</posy>
18                         <control type="image">
19                                 <posx>0</posx>
20                                 <posy>0</posy>
21                                 <width>450</width>
22                                 <height>80</height>
23                                 <texture border="5">SubBack.png</texture>
24                         </control>
25                         <control type="image">
26                                 <description>Panel Arrow image</description>
27                                 <posx>100</posx>
28                                 <posy>74</posy>
29                                 <width>40</width>
30                                 <height>40</height>
31                                 <texture>arrow-big-down.png</texture>
32                         </control>
33                         <control type="progress">
34                                 <description>Volume</description>
35                                 <posx>20</posx>
36                                 <posy>30</posy>
37                                 <width>300</width>
38                                 <height>20</height>
39                                 <info>Player.Volume</info>
40                         </control>
41                         <control type="slider" id="1">
42                                 <description>Volume Slider</description>
43                                 <posx>20</posx>
44                                 <posy>30</posy>
45                                 <width>300</width>
46                                 <height>15</height>
47                                 <info>Player.Volume</info>
48                                 <action>Volume</action>
49                                 <texturesliderbar>seekslider.png</texturesliderbar>
50                                 <textureslidernib>osd_slider_nibNF.png</textureslidernib>
51                                 <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
52                         </control>
53                         <control type="label">
54                                 <description>Volume Label</description>
55                                 <posx>330</posx>
56                                 <posy>30</posy>
57                                 <width>100</width>
58                                 <height>20</height>
59                                 <label>$INFO[Player.Volume]</label>
60                                 <font>font13</font>
61                                 <align>left</align>
62                                 <aligny>center</aligny>
63                         </control>
64                 </control>
65         </controls>
66 </window>