diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-13 09:54:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-13 09:54:51 +0100 |
commit | e972c0464adc6cb21de16867473f3f6ddefcb2bb (patch) | |
tree | 500ef6e0cab883cc1f682cfe897d7e23572d647b /PLUGINS.html | |
parent | 78598e1a0a72891765db618f46a99a3dd477776d (diff) | |
download | vdr-e972c0464adc6cb21de16867473f3f6ddefcb2bb.tar.gz vdr-e972c0464adc6cb21de16867473f3f6ddefcb2bb.tar.bz2 |
cAudio::Play() now also gets the 0xC0...0xDF audio
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 49f5ff72..67b96d93 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -81,7 +81,9 @@ structures and allows it to hook itself into specific areas to perform special a <li><a href="#Skins">Skins</a> <li><a href="#Themes">Themes</a> <li><a href="#Devices">Devices</a> -<li><a href="#Dolby Digital">Dolby Digital</a> +<!--X1.3.21--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> +<li><a href="#Audio">Audio</a> +<!--X1.3.21--></td></tr></table> <li><a href="#Remote Control">Remote Control</a> </ul> </ul> @@ -1656,7 +1658,7 @@ shut down (delete) all devices when the program terminates. It is therefore important that the devices are created on the heap, using the <tt>new</tt> operator! -<a name="Dolby Digital"><hr><h2>Dolby Digital</h2> +<a name="Audio"><hr><h2>Audio</h2> <center><i><b>"The stereo effect may only be experienced if stereo equipment is used!"</b></i></center><p> |