RtpAvProfile

Package: inet.transportlayer.rtp

RtpAvProfile

simple module

Audio-Video RTP Profile. RtpAvProfile 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

Incoming messages (observed)

gatemsgkindctrlsrcModuletags
payloadSenderInRtpInnerPacket0RtpAvProfilePayload32Sender
rtpInRtpInnerPacket0Rtp

Outgoing messages (observed)

gatemsgkindctrldestModuletags
payloadReceiverOut[]RtpInnerPacket0RtpAvProfilePayload32Receiver
payloadSenderOutRtpInnerPacket0RtpAvProfilePayload32Sender
rtpOutRtpInnerPacket0Rtp

Packet operations (observed)

chunkTypepacketAction
RtpHeaderpeekAtFront

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[];
}

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