| InterArrivalJitterCalculate Method  | 
                Calculates the current jitter with respect to the current RTP packet based on the method presented in RFC 3550.
            
 
Namespace: StreamCoders.Rtp.JitterAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic double Calculate(
	RtpPacket packet
)
Public Function Calculate ( 
	packet As RtpPacket
) As Double
public:
double Calculate(
	RtpPacket^ packet
)
member Calculate : 
        packet : RtpPacket -> float 
Parameters
- packet
 - Type: StreamCoders.RtpRtpPacket
   The packet.  
Return Value
Type: 
Double
                Returns weighted jitter in timestamp units.
            
See Also