Namespace inet::rtp
RtcpByePacket
class(no description)
Extends
Name | Type | Description |
---|---|---|
RtcpPacket | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
packetType | ||
chunkLength | ||
count | ||
ssrc | uint32_t |
Packet operations (observed)
action | module |
---|---|
insertAtBack | Rtcp |
Source code
class RtcpByePacket extends RtcpPacket { packetType = RTCP_PT_BYE; chunkLength = getChunkLength() + B(4); count = 1; uint32_t ssrc = 0; }File: src/inet/transportlayer/rtp/RtcpPacket.msg