vdr
2.2.0
|
Public Member Functions | |
cCaDescriptor (int CaSystem, int CaPid, int EsPid, int Length, const uchar *Data) | |
virtual | ~cCaDescriptor () |
bool | operator== (const cCaDescriptor &arg) const |
int | CaSystem (void) |
int | CaPid (void) |
int | EsPid (void) |
int | Length (void) const |
const uchar * | Data (void) const |
![]() | |
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 |
Private Attributes | |
int | caSystem |
int | caPid |
int | esPid |
int | length |
uchar * | data |
cCaDescriptor::cCaDescriptor | ( | int | CaSystem, |
int | CaPid, | ||
int | EsPid, | ||
int | Length, | ||
const uchar * | Data | ||
) |
Definition at line 39 of file pat.c.
References SI::CaDescriptorTag, caPid, CaPid(), caSystem, CaSystem(), data, esPid, EsPid(), length, and MALLOC.
Referenced by cCaDescriptors::AddCaDescriptor().
|
inline |
|
inline |
Definition at line 32 of file pat.c.
References caSystem.
Referenced by cCaDescriptors::AddCaDescriptor(), and cCaDescriptor().
|
inline |
Definition at line 36 of file pat.c.
References data.
Referenced by cCaDescriptors::AddCaDescriptor(), and cCaDescriptors::Empty().
|
inline |
Definition at line 34 of file pat.c.
References esPid.
Referenced by cCaDescriptors::AddCaDescriptor(), cCaDescriptor(), cCaDescriptors::Empty(), and cCaDescriptors::GetCaDescriptors().
|
inline |
Definition at line 35 of file pat.c.
References length.
Referenced by cCaDescriptors::AddCaDescriptor().
bool cCaDescriptor::operator== | ( | const cCaDescriptor & | arg | ) | const |
|
private |
Definition at line 24 of file pat.c.
Referenced by CaPid(), and cCaDescriptor().
|
private |
Definition at line 23 of file pat.c.
Referenced by CaSystem(), and cCaDescriptor().
|
private |
Definition at line 27 of file pat.c.
Referenced by cCaDescriptor(), Data(), operator==(), and ~cCaDescriptor().
|
private |
Definition at line 25 of file pat.c.
Referenced by cCaDescriptor(), EsPid(), operator==(), and cPatFilter::Process().
|
private |
Definition at line 26 of file pat.c.
Referenced by cCaDescriptor(), cCaDescriptors::GetCaDescriptors(), Length(), and operator==().