#include <RTCPPacket.h>
Inheritance diagram for RTCPReceiverReportPacket:
Public Member Functions | |
RTCPReceiverReportPacket (const char *name=NULL) | |
RTCPReceiverReportPacket (const RTCPReceiverReportPacket &rtcpReceiverReportPacket) | |
virtual | ~RTCPReceiverReportPacket () |
RTCPReceiverReportPacket & | operator= (const RTCPReceiverReportPacket &rtcpReceiverReportPacket) |
virtual cObject * | dup () const |
virtual const char * | className () const |
virtual void | info (char *buf) const |
virtual void | writeContents (ostream &os) const |
virtual u_int32 | ssrc () |
virtual void | setSSRC (u_int32 ssrc) |
virtual void | addReceptionReport (ReceptionReport *report) |
virtual cArray * | receptionReports () |
Protected Attributes | |
u_int32 | _ssrc |
cArray * | _receptionReports |
|
Default contructor. |
|
Copy constructor. |
|
Destructor. |
|
Adds a receiver report to this receiver report packet. |
|
Returns the class name "RTCPReceiverReportPacket". Reimplemented from RTCPPacket. Reimplemented in RTCPSenderReportPacket. |
|
Duplicates the RTCPReceiverReportPacket by calling the copy constructor. Reimplemented from RTCPPacket. Reimplemented in RTCPSenderReportPacket. |
|
Reports a one line info about the RTCPReceiverReportPacket. Reimplemented from RTCPPacket. Reimplemented in RTCPSenderReportPacket. |
|
Assignment operator. |
|
Return a copy of the cArray of receiver reports stored in the object. |
|
Sets the ssrc identifier for the rtcp receiver report packet. |
|
Returns the ssrc indentifier of the source which has sent this rtcp receiver report packet. |
|
Writes a report about the RTCPReceiverReportPacket into the stream. Reimplemented from RTCPPacket. Reimplemented in RTCPSenderReportPacket. |
|
The reception reports in this packet are stored here. |
|
The ssrc identifier of the source of this rtcp packet. |