RtcpPacketType

Namespace inet::rtp

RtcpPacketType

enum

(no description)

Source code

enum RtcpPacketType
{
    RTCP_PT_UNDEF = 0; // default value undefined
    RTCP_PT_SR = 200; // sender report
    RTCP_PT_RR = 201; // receiver report
    RTCP_PT_SDES = 202; // source description
    RTCP_PT_BYE = 203; // bye
}

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