RtcpSenderReportPacket

Namespace inet::rtp

RtcpSenderReportPacket

class

C++ definition

(no description)

Extends

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

Fields

Name Type Description
packetType
chunkLength
senderReport SenderReport

Source code

class RtcpSenderReportPacket extends RtcpReceiverReportPacket
{
    packetType = RTCP_PT_SR;
    chunkLength = getChunkLength() + B(20);
    SenderReport senderReport;
}
File: src/inet/transportlayer/rtp/RtcpPacket.msg