RtcpReceiverReportPacket

Namespace inet::rtp

RtcpReceiverReportPacket

class

(no description)

Extends

Name Type Description
RtcpPacket (unknown -- not in documented files)

Fields

Name Type Description
packetType
chunkLength
ssrc uint32_t
receptionReports cArray

Packet operations (observed)

actionmodule
insertAtBackRtcp

Source code

class RtcpReceiverReportPacket extends RtcpPacket
{
    packetType = RTCP_PT_RR;
    chunkLength = getChunkLength() + B(4);
    uint32_t ssrc = 0;
    cArray receptionReports;
}

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