Packet RTCPReceiverReportPacket

File: src/inet/transportlayer/rtp/RTCPPacket2.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
RTCPPacket packet (no description)

Known subclasses:

Name Type Description
RTCPSenderReportPacket packet (no description)

Fields:

Name Type Description
packetType short
ssrc uint32
receptionReports cArray
byteLength
version int8
padding bool
count short
rtcpLength int

Source code:

packet RTCPReceiverReportPacket extends RTCPPacket
{
    packetType = RTCP_PT_RR;
    @customize(true);  // see the generated C++ header for more info
    uint32 ssrc = 0;
    cArray receptionReports;
}