RTCP end system.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
RTPLayer | compound module | (no description) |
Name | Value | Description |
---|---|---|
display | i=block/control |
Name | Direction | Size | Description |
---|---|---|---|
rtpIn | input | ||
udpIn | input | ||
rtpOut | output | ||
udpOut | output |
// // RTCP end system. // simple RTCP { parameters: @display("i=block/control"); gates: input rtpIn @labels(RTPInnerPacket); input udpIn @labels(UDPControlInfo/up); output rtpOut @labels(RTPInnerPacket); output udpOut @labels(UDPControlInfo/down); }