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
Name | Description | |
---|---|---|
VoipMediaEngine..::.RTP_TRANSCEIVER_STATISTICS | Initializes a new instance of the VoipMediaEngine..::.RTP_TRANSCEIVER_STATISTICS class |
Fields
Name | Description | |
---|---|---|
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.
|