vdr
1.7.31
|
Go to the source code of this file.
Classes | |
class | cPatFilter |
Macros | |
#define | MAXPMTENTRIES 64 |
Functions | |
int | GetCaDescriptors (int Source, int Transponder, int ServiceId, const int *CaSystemIds, int BufSize, uchar *Data, int EsPid) |
#define MAXPMTENTRIES 64 |
Definition at line 16 of file include/vdr/pat.h.
Referenced by cPatFilter::PmtVersionChanged().
int GetCaDescriptors | ( | int | Source, |
int | Transponder, | ||
int | ServiceId, | ||
const int * | CaSystemIds, | ||
int | BufSize, | ||
uchar * | Data, | ||
int | EsPid | ||
) |
Gets all CA descriptors for a given channel.
Copies all available CA descriptors for the given Source, Transponder and ServiceId into the provided buffer at Data (at most BufSize bytes). Only those CA descriptors are copied that match one of the given CA system IDs.
Definition at line 226 of file pat.c.
Referenced by cCiCaPmt::AddPid(), and cCiCaPmt::cCiCaPmt().