VideoStatisticsJitterBufferSizeMilliseconds Property |
Actual send/receive side jitter buffer size in milliseconds
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic uint JitterBufferSizeMilliseconds { get; }
Property Value
Type:
UInt32
Remarks
In VoIP, a jitter buffer is a shared data area where video packets can be
collected, stored, and sent to the video processor in evenly spaced intervals.
Variations in packet arrival time, called jitter, can occur because of
network congestion, timing drift, or route changes.The jitter buffer,
which is located at the receiving end of the video connection, intentionally
delays the arriving packets so that the end user experiences a clear connection
with very little video delays.
See Also