RtpCiEnterSession

Namespace inet::rtp

RtpCiEnterSession

class

App to Rtp

Extends

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

Fields

Name Type Description
type
commonName string
profileName string
bandwidth int
destinationAddress Ipv4Address
port int

Source code

// App to ~Rtp
class RtpCiEnterSession extends RtpControlInfo
{
    type = RTP_IFP_ENTER_SESSION;
    string commonName;
    string profileName;
    int bandwidth;
    Ipv4Address destinationAddress;
    int port;
}

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