mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added some remarks
This commit is contained in:
parent
2cc25e65f4
commit
31b0feae14
4
ci.h
4
ci.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: ci.h 4.3 2017/03/18 14:18:37 kls Exp $
|
||||
* $Id: ci.h 4.4 2017/03/19 10:48:14 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CI_H
|
||||
@ -185,7 +185,7 @@ protected:
|
||||
///< requires a CAM that supports MCD ("Multi Channel Decryption").
|
||||
int MtdPutData(uchar *Data, int Count);
|
||||
///< Sends at most Count bytes of the given Data to the individual MTD CAM slots
|
||||
///< that are using this CAM.
|
||||
///< that are using this CAM. Data must point to the beginning of a TS packet.
|
||||
///< Returns the number of bytes actually processed.
|
||||
public:
|
||||
bool McdAvailable(void) { return RepliesToQuery(); }
|
||||
|
3
mtd.h
3
mtd.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: mtd.h 1.1 2017/03/17 16:06:34 kls Exp $
|
||||
* $Id: mtd.h 1.2 2017/03/19 10:48:52 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __MTD_H
|
||||
@ -124,6 +124,7 @@ public:
|
||||
int Put(const uchar *Data, int Count);
|
||||
///< Puts at most Count bytes of Data into the CAM slot which's index is
|
||||
///< derived from the PID of the TS packets.
|
||||
///< Data must point to the beginning of a TS packet.
|
||||
///< Returns the number of bytes actually stored.
|
||||
int Priority(void);
|
||||
///< Returns the maximum priority of any of the active MTD CAM slots.
|
||||
|
Loading…
Reference in New Issue
Block a user