RtcpSenderReportPacket

Namespace inet::rtp

RtcpSenderReportPacket

class

(no description)

Extends

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

Fields

Name Type Description
packetType
chunkLength
senderReport SenderReport

Packet operations (observed)

actionmodule
insertAtBackRtcp

Source code

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