Simple Module RTPAVProfile

Package: inet.transportlayer.rtp
File: src/inet/transportlayer/rtp/RTPProfile.ned

C++ definition

Audio-Video RTP Profile. RTPAVProfile is internal to the RTP module; instances are created and connected dynamically by RTP.

RTPAVProfile

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

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:

//
// Audio-Video RTP Profile. ~RTPAVProfile is internal to the ~RTP module;
// instances are created and connected dynamically by ~RTP.
//
simple RTPAVProfile
{
    parameters:
        bool autoOutputFileNames;

    gates:
        input rtpIn;
        input payloadSenderIn;
        input payloadReceiverIn[];
        output rtpOut;
        output payloadSenderOut;
        output payloadReceiverOut[];
}