RtpCiSenderControl

Namespace inet::rtp

RtpCiSenderControl

class

App to Rtp

Extends

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

Fields

Name Type Description
type
command RtpSenderControlMessageCommands

from RtpSenderControlMessage:

commandParameter1 float
commandParameter2 float

Source code

// App to ~Rtp
class RtpCiSenderControl extends RtpSessionControlInfo
{
    type = RTP_IFP_SENDER_CONTROL;
    // from ~RtpSenderControlMessage:
    RtpSenderControlMessageCommands command;
    float commandParameter1;
    float commandParameter2;
}

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