#include <RTPAVProfilePayload32Receiver.h>
Inheritance diagram for RTPAVProfilePayload32Receiver:
Protected Member Functions | |
virtual void | processPacket (RTPPacket *packet) |
Protected Attributes | |
cQueue * | _queue |
u_int32 | _lowestAllowedTimeStamp |
|
Writes information about received frames into the output file. The only error correction provided is reordering packets of one frame if needed. Reimplemented from RTPPayloadReceiver. |
|
Stores the lowest allowed time stamp of rtp data packets. The value is used to throw away packets from mpeg frames already stored in the data file. |
|
A reordering queue for incoming packets. |