The VoipMediaEngine class is the primary class for accessing all the capabilities of the LanScape VOIP Media Engine.

The VoipMediaEngine..::.RTP_TRANSCEIVER_STATISTICS type exposes the following members.

Constructors

Fields

  NameDescription
LostRxPackets
The total number of errors while receiving RTP packets. This value indicates that an RTP packet was read from the network but the media engine did not have internal buffer space available to process the packet. In this case, the packet was discarded.
LostTxPackets
The total number of errors while transmitting RTP packets.
NumRxPacketPayloadErrors
The total number of received RTP packets that did not contain the proper media type for the call.
NumRxPacketReadErrors
The total number of RTP packets that could not be read from host's network layer for the call.
NumRxPacketSizeErrors
The total number of received RTP packets that did not contain the proper number of media payload bytes for the call.
TotalRxPackets
The total number of received RTP packets for the call.
TotalTxPackets
The total number of transmitted RTP packets for the call.

See Also