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