#include <RTCPEndsystemModule.h>
Protected Member Functions | |
virtual void | handleMessageFromRTP (cMessage *msg) |
virtual void | handleMessageFromSocketLayer (cMessage *msg) |
virtual void | handleSelfMessage (cMessage *msg) |
virtual void | initializeRTCP (RTPInnerPacket *rinp) |
virtual void | senderModuleInitialized (RTPInnerPacket *rinp) |
virtual void | dataOut (RTPInnerPacket *packet) |
virtual void | dataIn (RTPInnerPacket *rinp) |
virtual void | leaveSession (RTPInnerPacket *rinp) |
virtual void | socketRet (SocketInterfacePacket *sifpIn) |
virtual void | connectRet (SocketInterfacePacket *sifpIn) |
virtual void | readRet (SocketInterfacePacket *sifpIn) |
|
Called when the socket layer has finished a connect. |
|
Stores information about an outgoing rtp data packet. |
|
Stores information about an outgoing rtp data packet. |
|
Handles messages from the rtp module. |
|
Handles messages coming from the socket layer. |
|
Handles self messages. |
|
Initializes the rtcp module when the session is started. |
|
Makes the rtcp module send an RTCPByePacket in the next RTCPCompoundPacket to tell other participants in the rtp session that this end system leaves. |
|
Called when this rtcp module receives data from the socket layer. |
|
Stores information about the new transmission. |
|
Called when the socket layer has returned a socket. |