#include <RTPPayloadReceiver.h>
Inheritance diagram for RTPPayloadReceiver:
Protected Member Functions | |
virtual void | processPacket (RTPPacket *packet) |
virtual void | openOutputFile (const char *fileName) |
virtual void | closeOutputFile () |
Protected Attributes | |
ofstream | _outputFileStream |
int | _payloadType |
cOutVector * | _packetArrival |
|
Closes the output file stream. Reimplemented in RTPAVProfileSampleBasedAudioReceiver. |
|
This method is called by initialize and opens the output file stream. For most payload receivers this method works well, only when using a library for a payload type which provides an own open method it must be overwritten. Reimplemented in RTPAVProfileSampleBasedAudioReceiver. |
|
Writes contents of this RTPPacket into the output file. Must be overwritten by subclasses. Reimplemented in RTPAVProfilePayload32Receiver, and RTPAVProfileSampleBasedAudioReceiver. |
|
The output file stream. |
|
An output vector used to store arrival of rtp data packets. |
|
The payload type this RTPPayloadReceiver module processes. |