[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / xml / VideoFullScreen.xml
blobad2f55dd9499cd7f377c13b278508f1b0ccc6b01
1 <?xml version="1.0" encoding="utf-8"?>
2 <window>
3         <defaultcontrol></defaultcontrol>
4         <controls>
5                 <control type="group" id="0">
6                         <control type="label" id="10">
7                                 <left>45</left>
8                                 <top>15</top>
9                                 <width>1770</width>
10                                 <height>100</height>
11                                 <label></label>
12                                 <font>font12</font>
13                                 <shadowcolor>black</shadowcolor>
14                         </control>
15                         <control type="label" id="11">
16                                 <left>45</left>
17                                 <top>45</top>
18                                 <width>1770</width>
19                                 <height>100</height>
20                                 <label></label>
21                                 <font>font12</font>
22                                 <shadowcolor>black</shadowcolor>
23                         </control>
24                         <control type="label" id="12">
25                                 <left>45</left>
26                                 <top>75</top>
27                                 <width>1770</width>
28                                 <height>100</height>
29                                 <label></label>
30                                 <font>font12</font>
31                                 <shadowcolor>black</shadowcolor>
32                         </control>
33                 </control>
34                 <control type="group" id="1">
35                         <depth>DepthOSD+</depth>
36                         <visible>Player.Caching + Integer.IsGreater(Player.CacheLevel,0)</visible>
37                         <animation effect="fade" delay="300" time="200">Visible</animation>
38                         <animation effect="fade" delay="200" time="150">Hidden</animation>
39                         <centerleft>50%</centerleft>
40                         <width>110</width>
41                         <centertop>50%</centertop>
42                         <height>110</height>
43                         <control type="image" id="1">
44                                 <centerleft>50%</centerleft>
45                                 <centertop>50%</centertop>
46                                 <width>110</width>
47                                 <height>110</height>
48                                 <texture colordiffuse="BFFFFFFF">osd/buffer-bg.png</texture>
49                         </control>
50                         <control type="image" id="1">
51                                 <centerleft>50%</centerleft>
52                                 <centertop>50%</centertop>
53                                 <width>92</width>
54                                 <height>92</height>
55                                 <texture>dialogs/extendedprogress/loading-back.png</texture>
56                         </control>
57                         <control type="image" id="1">
58                                 <centerleft>50%</centerleft>
59                                 <centertop>50%</centertop>
60                                 <width>92</width>
61                                 <height>92</height>
62                                 <texture colordiffuse="button_focus">$INFO[Player.CacheLevel,dialogs/volume/progress/p,.png]</texture>
63                         </control>
64                         <control type="label" id="1">
65                                 <description>buffering value</description>
66                                 <label>$INFO[Player.CacheLevel]</label>
67                                 <centerleft>50%</centerleft>
68                                 <centertop>50%</centertop>
69                                 <width>200</width>
70                                 <height>200</height>
71                                 <aligny>center</aligny>
72                                 <align>center</align>
73                                 <font>font13</font>
74                         </control>
75                 </control>
76         </controls>
77 </window>