diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-20 13:27:32 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-20 13:27:32 +0200 |
commit | ba3437f7ccbc86f67b8cbfc5a88cc6c3b4fd6ed9 (patch) | |
tree | 2d3391f23ba99c8b839591b8631d747fd5e77f20 | |
parent | 429905622945bb5a2f4f40b7f7799628f7959d1c (diff) | |
download | vdr-ba3437f7ccbc86f67b8cbfc5a88cc6c3b4fd6ed9.tar.gz vdr-ba3437f7ccbc86f67b8cbfc5a88cc6c3b4fd6ed9.tar.bz2 |
Removed some outdated text
-rw-r--r-- | PLUGINS.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 67b96d93..111b545a 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1539,15 +1539,6 @@ must be delivered in the form of a Transport Stream (TS), which consists of packets that are all 188 bytes in size. Each call to <tt>GetTSPacket()</tt> must deliver exactly one such packet (if one is currently available). <p> -If this device allows receiving several different data streams, it can -implement - -<p><table><tr><td bgcolor=#F0F0F0><pre> -virtual bool CanBeReUsed(int Frequency, int Vpid); -</pre></td></tr></table><p> - -to indicate this to VDR. -<p> <b>Replaying</b> <p> The functions to implement replaying capabilites are |