Package: inet.transportlayer.rtp
RtpProfile
simple moduleGeneric RTP Profile. RtpProfile is internal to the Rtp module; instances are created and connected dynamically by Rtp.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
autoOutputFileNames | bool |
Gates
Name | Direction | Size | Description |
---|---|---|---|
rtpIn | input | ||
payloadSenderIn | input | ||
payloadReceiverIn [ ] | input | ||
rtpOut | output | ||
payloadSenderOut | output | ||
payloadReceiverOut [ ] | output |
Source code
// // Generic RTP Profile. ~RtpProfile is internal to the ~Rtp module; // instances are created and connected dynamically by ~Rtp. // simple RtpProfile { parameters: bool autoOutputFileNames; gates: input rtpIn; input payloadSenderIn; input payloadReceiverIn[]; output rtpOut @labels(RtpInnerPacket); output payloadSenderOut; output payloadReceiverOut[]; }File: src/inet/transportlayer/rtp/RtpProfile.ned