#include <RTCPPacket.h>
Public Member Functions | |
RTCPCompoundPacket (const char *name=NULL) | |
RTCPCompoundPacket (const RTCPCompoundPacket &rtcpCompoundPacket) | |
virtual | ~RTCPCompoundPacket () |
RTCPCompoundPacket & | operator= (const RTCPCompoundPacket &rtcpCompoundPacket) |
virtual cObject * | dup () const |
virtual const char * | className () const |
virtual void | info (char *buf) const |
virtual void | writeContents (ostream &os) const |
virtual void | addRTCPPacket (RTCPPacket *rtcpPacket) |
virtual cArray * | rtcpPackets () |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Adds an RTCPPacket to this RTCPCompoundPacket. |
|
Return the class name "RTCPCompoundPacket". |
|
Duplicates the RTCPCompoundPacket by calling the copy constructor. |
|
Writes a short info about this RTCPCompoundPacket into the given string. |
|
Assignment operator. |
|
Returns a copy of the cArray in which the rtcp packets are stored. |
|
Writes a longer info about this RTCPCompoundPacket into the given stream. |