diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-11-08 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-11-08 18:00:00 +0100 |
commit | 17c5b4169e50c127991cb20d9f8050a5e47b18c2 (patch) | |
tree | 1d4a827800e238f44bda9fbdcb69a36c03e7cf15 /PLUGINS.html | |
parent | d62fbea7bad99cfa34ec42a678d4cf38ec1593d8 (diff) | |
download | vdr-patch-lnbsharing-17c5b4169e50c127991cb20d9f8050a5e47b18c2.tar.gz vdr-patch-lnbsharing-17c5b4169e50c127991cb20d9f8050a5e47b18c2.tar.bz2 |
Version 1.2.6pre5vdr-1.2.6pre5
- Added cDevice::GetSTC() (suggested by Sven Goethel).
- Added Asia-Pacific satellites to 'sources.conf' (thanks to Richard Scobie).
- Added North American satellites to 'sources.conf' (thanks to Luke Jenkins).
- Fixed getting the list of recordings in case VDR is started from a directory
where it doesn't have access to (thanks to Dirk Mueller).
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 913a991..95ba5d7 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -6,7 +6,7 @@ <center><h1>The VDR Plugin System</h1></center> -<center><b>Version 1.2</b></center> +<center><b>Version 1.2.6</b></center> <p> <center> Copyright © 2003 Klaus Schmidinger<br> @@ -14,6 +14,10 @@ Copyright © 2003 Klaus Schmidinger<br> <a href="http://www.cadsoft.de/vdr">www.cadsoft.de/vdr</a> </center> <p> +<!--X1.1.32--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> +Important modifications introduced in version 1.2.6 are marked like this. +<!--X1.1.32--></td></tr></table> +<p> VDR provides an easy to use plugin interface that allows additional functionality to be added to the program by implementing a dynamically loadable library file. This interface allows programmers to develop additional functionality for VDR completely @@ -1318,6 +1322,9 @@ The functions to implement replaying capabilites are virtual bool HasDecoder(void) const; virtual bool CanReplay(void) const; virtual bool SetPlayMode(ePlayMode PlayMode); +<!--X1.1.32--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> +virtual int64_t GetSTC(void); +<!--X1.1.32--></td></tr></table> virtual void TrickSpeed(int Speed); virtual void Clear(void); virtual void Play(void); |