#include <RTCPPacket.h>
Inheritance diagram for RTCPSDESPacket:
Public Member Functions | |
RTCPSDESPacket (const char *name=NULL) | |
RTCPSDESPacket (const RTCPSDESPacket &rtcpSDESPacket) | |
virtual | ~RTCPSDESPacket () |
RTCPSDESPacket & | operator= (const RTCPSDESPacket &rtcpSDESPacket) |
virtual cObject * | dup () const |
virtual const char * | className () const |
virtual void | info (char *buf) const |
virtual void | writeContents (ostream &os) const |
virtual cArray * | sdesChunks () |
virtual void | addSDESChunk (SDESChunk *sdesChunk) |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Adds an sdes chunk to this rtcp sdes packet.
|
|
Return the class name "RTCPSDESPacket". Reimplemented from RTCPPacket. |
|
Duplicates the RTCPSDESPacket by calling the copy constructor. Reimplemented from RTCPPacket. |
|
Writes a short info about this RTCPSDESPacket into the given string. Reimplemented from RTCPPacket. |
|
Assignment operator. |
|
Returns a copy of the cArray where the sdes chunks are stored. |
|
Writes a longer report about this RTCPSDESPacket into the given stream. Reimplemented from RTCPPacket. |