|
vdr 2.6.1
|
Public Member Functions | |
| cCiCaPidData (int Pid, int StreamType) | |
Public Member Functions inherited from cListObject | |
| cListObject (void) | |
| virtual | ~cListObject () |
| virtual int | Compare (const cListObject &ListObject) const |
| void | Append (cListObject *Object) |
| void | Insert (cListObject *Object) |
| void | Unlink (void) |
| int | Index (void) const |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Public Attributes | |
| bool | active |
| int | pid |
| int | streamType |
|
inline |
Definition at line 2083 of file ci.c.
References active, pid, and streamType.
| bool cCiCaPidData::active |
Definition at line 2080 of file ci.c.
Referenced by cCiCaPidData().
| int cCiCaPidData::pid |
Definition at line 2081 of file ci.c.
Referenced by cCiCaPidData().
| int cCiCaPidData::streamType |
Definition at line 2082 of file ci.c.
Referenced by cCiCaPidData().