The RTP_TRANSCEIVER_STATISTICS structure defines the information an application can request
when calling the
GetRtpTransceiverStatistics(Int32, VoipMediaEngine..::.RTP_TRANSCEIVER_STATISTICS) API procedure. RTP transceiver statistics can be
used to monitor or determine RTP transmitter and receiver activity. One such use of this information
is to detect RTP transmit and receive errors on a polled basis or to detect received media
timeouts. The values contained in the structure are reset to zero at the beginning of each call.
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public class RTP_TRANSCEIVER_STATISTICS |
Visual Basic (Declaration) |
---|
Public Class RTP_TRANSCEIVER_STATISTICS |
Visual C++ |
---|
public ref class RTP_TRANSCEIVER_STATISTICS |
J# |
---|
public class RTP_TRANSCEIVER_STATISTICS |
Inheritance Hierarchy
See Also