Click or drag to resize

AudioDetailsPreferredBufferSizeMilliseconds Property

The preferred (optimal) jitter buffer size in milliseconds.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public int PreferredBufferSizeMilliseconds { get; }

Property Value

Type: Int32
Remarks
In VoIP, a jitter buffer is a shared data area where voice packets can be collected, stored, and sent to the voice 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 voice connection, intentionally delays the arriving packets so that the end user experiences a clear connection with very little sound distortion.
See Also