Click or drag to resize
InterArrivalJitter Class
Measures weighted interarrival differences of packets (jitter).
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtp.JitterInterArrivalJitter

Namespace: StreamCoders.Rtp.Jitter
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class InterArrivalJitter

The InterArrivalJitter type exposes the following members.

Constructors
  NameDescription
Public methodInterArrivalJitter
Initializes a new instance of the InterArrivalJitter class
Top
Properties
  NameDescription
Public propertyCurrentJitter
Gets the current jitter.
Top
Methods
  NameDescription
Public methodCalculate
Calculates the current jitter with respect to the current RTP packet based on the method presented in RFC 3550.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also