IRTPPayloadSender

Package: inet.transportlayer.rtp

IRTPPayloadSender

module interface

Interface 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