#include <RTPReceiverInfo.h>
Inheritance diagram for RTPReceiverInfo:
Public Member Functions | |
RTPReceiverInfo (u_int32 ssrc=0) | |
RTPReceiverInfo (const RTPReceiverInfo &receiverInfo) | |
virtual | ~RTPReceiverInfo () |
RTPReceiverInfo & | operator= (const RTPReceiverInfo &receiverInfo) |
virtual cObject * | dup () const |
virtual const char * | className () const |
virtual void | processRTPPacket (RTPPacket *packet, simtime_t arrivalTime) |
virtual void | processSenderReport (SenderReport *report, simtime_t arrivalTime) |
virtual void | processSDESChunk (SDESChunk *sdesChunk, simtime_t arrivalTime) |
virtual ReceptionReport * | receptionReport (simtime_t now) |
virtual void | nextInterval (simtime_t now) |
virtual bool | active () |
virtual bool | valid () |
virtual bool | toBeDeleted (simtime_t now) |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Returns true if this rtp end system is regarded active. |
|
Returns the class name "RTPReceiverInfo". Reimplemented from RTPParticipantInfo. |
|
Duplicates this RTPReceiverInfo by calling the copy constructor. Reimplemented from RTPParticipantInfo. |
|
Informs this RTPReceiverInfo that one rtcp interval has past. Reimplemented from RTPParticipantInfo. |
|
Assignment operator. |
|
Extracts information of the given RTPPacket. Also sets _inactiveIntervals to 0. Reimplemented from RTPParticipantInfo. |
|
Extracts information of the given SDESChunk. Reimplemented from RTPParticipantInfo. |
|
Extracts information of the given SenderReport. Reimplemented from RTPParticipantInfo. |
|
Returns a ReceptionReport if this rtp end system is a sender, NULL otherwise. Reimplemented from RTPParticipantInfo. |
|
Returns true if this rtp end system should be deleted from the list of known rtp session participant. This method should be called directly after nextInterval(). Reimplemented from RTPParticipantInfo. |
|
Returns true if this rtp end system is regarded valid. |