Click or drag to resize
JitterBufferTAdaptiveExpiry Field
Adaptive expiry automatically adjusts the Expiry time by measuring the weighed average time of frame completion. Avg += 1/16 * (previous - current); The initial FrameExpiry in this scenario is still important as the algorithm needs a starting point.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool AdaptiveExpiry

Field Value

Type: Boolean
See Also