Package: inet.transportlayer.rtp
RtpAvProfilePayload32Receiver
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 |
Incoming messages (observed)
gate | msg | kind | ctrl | srcModule | tags |
---|---|---|---|---|---|
profileIn | RtpInnerPacket | 0 | RtpAvProfile |
Packet operations (observed)
chunkType | packetAction |
---|---|
RtpHeader | peekAtFront, popAtFront |
RtpMpegHeader | peekAtFront |
Source code
simple RtpAvProfilePayload32Receiver 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