|
vdr 2.7.9
|
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 93 of file cutter.c.
References buffers.
Referenced by cCuttingThread::GetPendingPackets().
| void cPacketStorage::Flush | ( | int | Pid, |
| uchar * | Data, | ||
| int & | Length, | ||
| int | MaxLength ) |
Definition at line 100 of file cutter.c.
References buffers.
Referenced by cCuttingThread::GetPendingPackets().
|
private |
Definition at line 73 of file cutter.c.
Referenced by Append(), cPacketStorage(), Flush(), and ~cPacketStorage().