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.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool AdaptiveExpiry
Public AdaptiveExpiry As Boolean
public:
bool AdaptiveExpiry
val mutable AdaptiveExpiry: bool
Field Value
Type:
Boolean
See Also