#include <RTCPPacket.h>
Inheritance diagram for RTCPSenderReportPacket:

Public Member Functions | |
| RTCPSenderReportPacket (const char *name=NULL) | |
| RTCPSenderReportPacket (const RTCPSenderReportPacket &rtcpSenderReportPacket) | |
| virtual | ~RTCPSenderReportPacket () |
| RTCPSenderReportPacket & | operator= (const RTCPSenderReportPacket &rtcpSenderReportPacket) |
| virtual cObject * | dup () const |
| virtual const char * | className () const |
| virtual void | info (char *buf) const |
| virtual void | writeContents (ostream &os) const |
| virtual SenderReport * | senderReport () |
| virtual void | setSenderReport (SenderReport *senderReport) |
|
|
Default constructor. |
|
|
Copy constructor. |
|
|
Destructor. |
|
|
Return the class name "RTCPSenderReportPacket". Reimplemented from RTCPReceiverReportPacket. |
|
|
Duplicates the RTCPSenderReportPacket by calling the copy constructor. Reimplemented from RTCPReceiverReportPacket. |
|
|
Writes a one line info about this RTCPSenderReportPacket into the given string. Reimplemented from RTCPReceiverReportPacket. |
|
|
Assignment operator. |
|
|
Returns a copy of the sender report stored in this RTCPSenderReportPacket.
|
|
|
Sets the sender report.
|
|
|
Writes a longer info about this RTCPSenderReportPacket into the given stream. Reimplemented from RTCPReceiverReportPacket. |
1.4.2