Class RTPCISenderStatus

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

C++ definition

RTP to App

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.

Extends:

Name Type Description
RTPSessionControlInfo class

base class

Fields:

Name Type Description
type short
status short

from RTPSenderStatusMessage:

timeStamp uint32
ssrc uint32

Source code:

// ~RTP to App
class RTPCISenderStatus extends RTPSessionControlInfo
{
    type = RTP_IFP_SENDER_STATUS;
    // from ~RTPSenderStatusMessage:
    short status @enum(RTPSenderStatus);
    uint32 timeStamp;
}