Delegate ReceiveStatisticsReadyDelegate
Delegate type for the ReceiveStatisticsReady event of the RtpChannel class.
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public delegate void ReceiveStatisticsReadyDelegate(RtpReceiveStatistics receiveStatistics, RtpChannel rtpChannel)
Parameters
Type | Name | Description |
---|---|---|
RtpReceiveStatistics | receiveStatistics | Contains various statics such as jitter, Mean Opinion Score, etc. |
RtpChannel | rtpChannel | RtpChannel object that fired the event. |