diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-01 16:26:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-01 16:26:34 +0200 |
commit | 1a92ae77a067454437595dd292d08d8dd2e17879 (patch) | |
tree | c9fa59efe9bb5bc5b85347cc3b5c3f66c6838a6e /ci.h | |
parent | 84b8ea8395c77a66418c32dabf159abca75c09d5 (diff) | |
download | vdr-1a92ae77a067454437595dd292d08d8dd2e17879.tar.gz vdr-1a92ae77a067454437595dd292d08d8dd2e17879.tar.bz2 |
Added a note about complete TS packets to cCamSlot::Inject()
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 4.7 2017/05/01 09:21:22 kls Exp $ + * $Id: ci.h 4.8 2017/05/01 16:26:34 kls Exp $ */ #ifndef __CI_H @@ -382,6 +382,7 @@ public: ///< if this was possible. If the data can't be sent to the CAM completely, ///< nothing shall be sent and the return value shall be false. ///< No decrypted packet is returned by this function. + ///< Data is guaranteed to point to one or more complete TS packets. virtual void InjectEit(int Sid); ///< Injects a generated EIT with a "present event" for the given Sid into ///< the TS data stream sent to the CAM. This only applies to CAM slots that |