diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-08 09:03:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-08 09:03:10 +0200 |
commit | c792c552979366bf781c9d9c817487bdd2926189 (patch) | |
tree | 788131b78d8485c53f294eaa4ad0cb439ab91d63 /PLUGINS.html | |
parent | f24f820e7deb5a9cadfb56f72ad39cb313c87092 (diff) | |
download | vdr-c792c552979366bf781c9d9c817487bdd2926189.tar.gz vdr-c792c552979366bf781c9d9c817487bdd2926189.tar.bz2 |
Implemented cTSBuffer
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 f67ddbed..5df0cd99 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1206,10 +1206,12 @@ A device that can be used for recording must implement the functions virtual bool SetPid(cPidHandle *Handle, int Type, bool On); virtual bool OpenDvr(void); virtual void CloseDvr(void); -virtual int GetTSPacket(uchar *Data); +<!--X1.1.9--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> +virtual bool GetTSPacket(uchar *&Data); +<!--X1.1.9--></td></tr></table> </pre></td></tr></table><p> -which allow VDR to set the PIDs that shall be recorded, set up the device fro +which allow VDR to set the PIDs that shall be recorded, set up the device for recording (and shut it down again), and receive the MPEG data stream. The data 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> |