mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note about complete TS packets to cCamSlot::Inject()
This commit is contained in:
parent
84b8ea8395
commit
1a92ae77a0
3
ci.h
3
ci.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __CI_H
|
||||||
@ -382,6 +382,7 @@ public:
|
|||||||
///< if this was possible. If the data can't be sent to the CAM completely,
|
///< 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.
|
///< nothing shall be sent and the return value shall be false.
|
||||||
///< No decrypted packet is returned by this function.
|
///< 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);
|
virtual void InjectEit(int Sid);
|
||||||
///< Injects a generated EIT with a "present event" for the given Sid into
|
///< 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
|
///< the TS data stream sent to the CAM. This only applies to CAM slots that
|
||||||
|
Loading…
Reference in New Issue
Block a user