Enum RTCPPacketType

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

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

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
}