Namespace inet::rtp
RtpIfpType
enumAn enumeration to distinguish the different functions of the RtpInterfacePacket.
Source code
// // An enumeration to distinguish the different functions of the // RtpInterfacePacket. // enum RtpIfpType { RTP_IFP_ENTER_SESSION = 1; RTP_IFP_SESSION_ENTERED = 2; RTP_IFP_CREATE_SENDER_MODULE = 3; RTP_IFP_SENDER_MODULE_CREATED = 4; RTP_IFP_DELETE_SENDER_MODULE = 5; RTP_IFP_SENDER_MODULE_DELETED = 6; RTP_IFP_SENDER_CONTROL = 7; RTP_IFP_SENDER_STATUS = 8; RTP_IFP_LEAVE_SESSION = 9; RTP_IFP_SESSION_LEFT = 10; } // // The next classes are used for communication between an ~RtpApplication // and an RTPLayer module. Its offers functionality for starting and stopping of an // rtp session, transmission of files and feedback about the success of the // operations.File: src/inet/transportlayer/rtp/RtpInterfacePacket.msg