]> git.sesse.net Git - vlc/blobdiff - doc/skins/skins2-howto.xml
* all: added a new skin text variable "$S" to get the audio sample rate
[vlc] / doc / skins / skins2-howto.xml
index af753655223c1c47bbbcb5f80bbff5601f636972..566cde564f47ebf3a0e78608a1fcbed4fe05f3d2 100644 (file)
@@ -921,7 +921,7 @@ difficulty to understand how VLC skins work.</para>
 
 <itemizedlist>
   <listitem><para>
-    <emphasis>$B</emphasis>: Get the stream bitrate (in kb/s).
+    <emphasis>$B</emphasis>: Get the audio stream bitrate (in kb/s).
   </para></listitem>
   <listitem><para>
     <emphasis>$V</emphasis>: Value of the volume (from 0 to 100 --> useful for a percentage).
@@ -948,6 +948,9 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>$F</emphasis>: Full name (with path) of the stream that is being played.
   </para></listitem>
+  <listitem><para>
+    <emphasis>$S</emphasis>: Get the audio sample rate (in kHz).
+  </para></listitem>
 </itemizedlist>
 
 <para>Example of <link linkend="slidertooltiptext">tooltiptext</link> value for a slider controlling the volume: "Volume: $V%".</para>