Click or drag to resize
InterArrivalJitterCalculate Method
Calculates the current jitter with respect to the current RTP packet based on the method presented in RFC 3550.

Namespace: StreamCoders.Rtp.Jitter
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public double Calculate(
	RtpPacket packet
)

Parameters

packet
Type: StreamCoders.RtpRtpPacket
The packet.

Return Value

Type: Double
Returns weighted jitter in timestamp units.
See Also