Class RTPCISenderControl

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

C++ definition

App to RTP

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
command short

from RTPSenderControlMessage:

commandParameter1 float
commandParameter2 float
ssrc uint32

Source code:

// App to ~RTP
class RTPCISenderControl extends RTPSessionControlInfo
{
    type = RTP_IFP_SENDER_CONTROL;
    // from ~RTPSenderControlMessage:
    short command @enum(RTPSenderControlMessageCommands);
    float commandParameter1;
    float commandParameter2;
}