vdr
2.2.0
|
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] |
void cPacketStorage::Append | ( | int | Pid, |
uchar * | Data, | ||
int | Length | ||
) |
Definition at line 94 of file cutter.c.
References cPacketBuffer::cPacketBuffer().
Referenced by cCuttingThread::GetPendingPackets().
void cPacketStorage::Flush | ( | int | Pid, |
uchar * | Data, | ||
int & | Length, | ||
int | MaxLength | ||
) |
Definition at line 101 of file cutter.c.
Referenced by cCuttingThread::GetPendingPackets().
|
private |