[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / guilib / GUIVisualisationControl.dox
blob256b6848fdc10c53f1aaad63bfa4b2f0dafa1f3f
1 /*!
3 \page Visualisation_Control Visualisation Control
4 \brief **Used to display a visualisation while music is playing.**
6 \tableofcontents
8 The visualisation control is used for displaying those funky patterns that jump
9 to the music in Kodi. You can choose the position, and size of the visualisation
10 displayed. Note that the control is only rendered if music is being played.
13 --------------------------------------------------------------------------------
14 \section Visualisation_Control_sect1 Example
16 ~~~~~~~~~~~~~
17 <control type="visualisation" id ="3">
18       <description>My first visualisation control</description>
19       <posx>80</posx>
20       <posy>60</posy>
21       <width>250</width>
22       <height>200</height>
23       <visible>true</visible>
24 </control>
25 ~~~~~~~~~~~~~
28 --------------------------------------------------------------------------------
29 \section Visualisation_Control_sect2 Available tags
30 Only the [default control](http://kodi.wiki/view/Default_Control_Tags) tags are
31 applicable to this control.
34 --------------------------------------------------------------------------------
35 \section Visualisation_Control_sect3 See also
37 #### Development:
39 - [Add-on development](http://kodi.wiki/view/Add-on_development)
40 - [Skinning](http://kodi.wiki/view/Skinning)