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)
action | module |
---|---|
insertAtBack | Rtcp |
Source code
class RtcpSenderReportPacket extends RtcpReceiverReportPacket { packetType = RTCP_PT_SR; chunkLength = getChunkLength() + B(20); SenderReport senderReport; }File: src/inet/transportlayer/rtp/RtcpPacket.msg