Package: inet.transportlayer.rtp
RtpAvProfilePayload32Sender
simple module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Gates
Name | Direction | Size | Description |
---|---|---|---|
profileIn | input | ||
profileOut | output |
Scheduled messages (observed)
msg | kind | ctrl | tags | msgname | context |
---|---|---|---|---|---|
omnetpp::cMessage | 0 | nextFrame |
Incoming messages (observed)
gate | msg | kind | ctrl | srcModule | tags |
---|---|---|---|---|---|
profileIn | RtpInnerPacket | 0 | RtpAvProfile |
Outgoing messages (observed)
gate | msg | kind | ctrl | destModule | tags |
---|---|---|---|---|---|
profileOut | RtpInnerPacket | 0 | RtpAvProfile |
Packet operations (observed)
chunkType | packetAction |
---|---|
ByteCountChunk | insertAtBack |
RtpHeader | insertAtFront |
RtpMpegHeader | insertAtBack |
Source code
simple RtpAvProfilePayload32Sender like IRtpPayloadSender { gates: input profileIn @labels(RtpInnerPacket); output profileOut @labels(RtpInnerPacket); }File: src/inet/transportlayer/rtp/RtpPayloadSender.ned