|
vdr
2.2.0
|
Public Member Functions | |
| int | AddCaDescriptors (cCaDescriptors *CaDescriptors) |
| int | GetCaDescriptors (int Source, int Transponder, int ServiceId, const int *CaSystemIds, int BufSize, uchar *Data, int EsPid) |
| int | GetCaPids (int Source, int Transponder, int ServiceId, const int *CaSystemIds, int BufSize, int *Pids) |
| int | GetPmtPid (int Source, int Transponder, int ServiceId) |
Public Member Functions inherited from cList< cCaDescriptors > | |
| cCaDescriptors * | Get (int Index) const |
| cCaDescriptors * | First (void) const |
| cCaDescriptors * | Last (void) const |
| cCaDescriptors * | Prev (const cCaDescriptors *object) const |
| cCaDescriptors * | Next (const cCaDescriptors *object) const |
Public Member Functions inherited from cListBase | |
| virtual | ~cListBase () |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| virtual void | Move (int From, int To) |
| void | Move (cListObject *From, cListObject *To) |
| virtual void | Clear (void) |
| cListObject * | Get (int Index) const |
| int | Count (void) const |
| void | Sort (void) |
Private Attributes | |
| cMutex | mutex |
Additional Inherited Members | |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| int cCaDescriptorHandler::AddCaDescriptors | ( | cCaDescriptors * | CaDescriptors | ) |
Definition at line 227 of file pat.c.
References cCaDescriptors::Empty(), and cListObject::Next().
Referenced by cPatFilter::Process().
| int cCaDescriptorHandler::GetCaDescriptors | ( | int | Source, |
| int | Transponder, | ||
| int | ServiceId, | ||
| const int * | CaSystemIds, | ||
| int | BufSize, | ||
| uchar * | Data, | ||
| int | EsPid | ||
| ) |
Definition at line 245 of file pat.c.
References cListObject::Next().
Referenced by GetCaDescriptors().
| int cCaDescriptorHandler::GetCaPids | ( | int | Source, |
| int | Transponder, | ||
| int | ServiceId, | ||
| const int * | CaSystemIds, | ||
| int | BufSize, | ||
| int * | Pids | ||
| ) |
| int cCaDescriptorHandler::GetPmtPid | ( | int | Source, |
| int | Transponder, | ||
| int | ServiceId | ||
| ) |
1.8.11