Jitter delay now depend on protection mode (FEC/NACK).
R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1942683003 . Cr-Commit-Position: refs/heads/master@{#12661}
This commit is contained in:
@ -45,6 +45,10 @@ enum FilterPacketLossMode {
|
||||
// common to media optimization and the jitter buffer.
|
||||
const int64_t kLowRttNackMs = 20;
|
||||
|
||||
// If the RTT is higher than this an extra RTT wont be added to to the jitter
|
||||
// buffer delay.
|
||||
const int kMaxRttDelayThreshold = 500;
|
||||
|
||||
struct VCMProtectionParameters {
|
||||
VCMProtectionParameters()
|
||||
: rtt(0),
|
||||
|
||||
Reference in New Issue
Block a user