RTPAVProfileSampleBasedAudioReceiver

Package: inet.transportlayer.rtp

RTPAVProfileSampleBasedAudioReceiver

simple module

(no description)

Inheritance diagram

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

Parameters

Name Type Default value Description
outputFileName string
outputLogFileName string "outputLogLoss%d.log"

Gates

Name Direction Size Description
profileIn input
profileOut output

Source code

simple RTPAVProfileSampleBasedAudioReceiver like IRTPPayloadReceiver
{
    parameters:
        string outputFileName;
        string outputLogFileName = default("outputLogLoss%d.log");

    gates:
        input profileIn @labels(RTPInnerPacket);
        output profileOut @labels(RTPInnerPacket);
}


File: src/inet/transportlayer/rtp/RTPPayloadReceiver.ned