Package: inet.transportlayer.rtp
IRtpPayloadSender
module interfaceInterface for RTP Payload Senders.
These modules are internal to the Rtp module; instances are created and connected dynamically by RtpProfile.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
RTPAVProfilePayload10Sender | simple module | (no description) |
RtpAvProfilePayload32Sender | simple module | (no description) |
RTPAVProfileSampleBasedAudioSender | simple module | (no description) |
RtpPayloadSender | simple module | (no description) |
Source code
// // Interface for RTP Payload Senders. // // These modules are internal to the ~Rtp module; instances are created // and connected dynamically by ~RtpProfile. // moduleinterface IRtpPayloadSender { gates: input profileIn @labels(RtpInnerPacket); output profileOut @labels(RtpInnerPacket); }File: src/inet/transportlayer/rtp/RtpPayloadSender.ned