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