vdr 2.6.4
|
Public Member Functions | |
cPacketStorage (void) | |
~cPacketStorage () | |
void | Append (int Pid, uchar *Data, int Length) |
void | Flush (int Pid, uchar *Data, int &Length, int MaxLength) |
Private Attributes | |
cPacketBuffer * | buffers [MAXPID] |
cPacketStorage::cPacketStorage | ( | void | ) |
cPacketStorage::~cPacketStorage | ( | ) |
void cPacketStorage::Append | ( | int | Pid, |
uchar * | Data, | ||
int | Length | ||
) |
Definition at line 94 of file cutter.c.
References cPacketBuffer::Append(), and buffers.
Referenced by cCuttingThread::GetPendingPackets().
void cPacketStorage::Flush | ( | int | Pid, |
uchar * | Data, | ||
int & | Length, | ||
int | MaxLength | ||
) |
Definition at line 101 of file cutter.c.
References buffers, and cPacketBuffer::Flush().
Referenced by cCuttingThread::GetPendingPackets().
|
private |
Definition at line 74 of file cutter.c.
Referenced by Append(), cPacketStorage(), Flush(), and ~cPacketStorage().