RtcpSdesPacket

Namespace inet::rtp

RtcpSdesPacket

class

C++ definition

(no description)

Extends

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

Fields

Name Type Description
packetType
sdesChunks cArray

Source code

class RtcpSdesPacket extends RtcpPacket
{
    packetType = RTCP_PT_SDES;
    cArray sdesChunks;
}

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