JitterBufferT Fields |
The JitterBufferT generic type exposes the following members.
Name | Description | |
---|---|---|
AdaptiveExpiry |
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.
| |
AdaptiveMaximumThreshold |
In an adaptive expiry scenario, the maximum change is FrameExpiry *
AdaptiveMaximumThreshold.
| |
AdaptiveOvershootFactor |
The adaptive overshoot factor.
| |
CheckFrameComplete |
Some framing types don't set a marker bit. If set to false, the jitter will not check if
the frame is complete and will release it upon FrameExpiry.
| |
CheckGaps |
Check whether frame gaps exist as criteria for a complete frame.
| |
FrameExpiry |
Time to wait before a frame is released from the jitter.
| |
MinimumFrameAge |
The minimum age a frame must have before it is released by the jitter.
| |
Name |
The name.
| |
SkipLateOrIncompleteFrames |
If set to true, the jitter will not release partially completed frames (due to packet
loss etc.). A frame is considered late when the frame age is 1.5 times that of
FrameExpiry.
|