Share via


MSJitter Dictionary object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains metrics related to jitter. It is described in [MS-QoE] Section 2.2.1.27 (Jitter).

Syntax

dictionary MSJitter {
             unsigned long interArrival;
             unsigned long interArrivalMax;
             float         interArrivalSD;
};

Standards information

MSJitter Dictionary

Member Type Description
interArrival unsigned long The average inter-arrival jitter, as specified in [RFC3550] Section 6.4.1, in ms.
interArrivalMax unsigned long The maximum inter-arrival jitter, as specified in [RFC3550] Section 6.4.1, in ms.
interArrivalSD float The standard deviation of inter-arrival jitter, as specified in [RFC3550] Section 6.4.1, in ms.

 

See also

Statistics extensions

Statistics API