public class RembParams extends Object
Constructor and Description |
---|
RembParams()
Create a RembParams
|
Modifier and Type | Method and Description |
---|---|
Float |
getDecrementFactor()
get Determine how much is decreased the current REMB when too losses are detected.
|
Float |
getExponentialFactor()
get Factor used to increase exponentially the next REMB when it is below the threshold.
|
Float |
getLinealFactorGrade()
get Determine the value of the next linearFactor based on the threshold and the current REMB.
|
Integer |
getLinealFactorMin()
get Set the min of the factor used to increase linearly the next REMB when it is over the threshold.
|
Integer |
getPacketsRecvIntervalTop()
get Size of the RTP packets history to smooth fraction-lost.
|
Integer |
getRembOnConnect()
get REMB propagated upstream when video sending is started in a new connected endpoint.
|
Float |
getThresholdFactor()
get Determine the next threshold (TH) when too losses are detected.
|
Integer |
getUpLosses()
get Max fraction-lost to no determine too losses.
|
void |
setDecrementFactor(Float decrementFactor)
set Determine how much is decreased the current REMB when too losses are detected.
|
void |
setExponentialFactor(Float exponentialFactor)
set Factor used to increase exponentially the next REMB when it is below the threshold.
|
void |
setLinealFactorGrade(Float linealFactorGrade)
set Determine the value of the next linearFactor based on the threshold and the current REMB.
|
void |
setLinealFactorMin(Integer linealFactorMin)
set Set the min of the factor used to increase linearly the next REMB when it is over the threshold.
|
void |
setPacketsRecvIntervalTop(Integer packetsRecvIntervalTop)
set Size of the RTP packets history to smooth fraction-lost.
|
void |
setRembOnConnect(Integer rembOnConnect)
set REMB propagated upstream when video sending is started in a new connected endpoint.
|
void |
setThresholdFactor(Float thresholdFactor)
set Determine the next threshold (TH) when too losses are detected.
|
void |
setUpLosses(Integer upLosses)
set Max fraction-lost to no determine too losses.
|
public Integer getPacketsRecvIntervalTop()
public void setPacketsRecvIntervalTop(Integer packetsRecvIntervalTop)
public Float getExponentialFactor()
public void setExponentialFactor(Float exponentialFactor)
public Integer getLinealFactorMin()
public void setLinealFactorMin(Integer linealFactorMin)
public Float getLinealFactorGrade()
public void setLinealFactorGrade(Float linealFactorGrade)
public Float getDecrementFactor()
public void setDecrementFactor(Float decrementFactor)
public Float getThresholdFactor()
public void setThresholdFactor(Float thresholdFactor)
public Integer getUpLosses()
public void setUpLosses(Integer upLosses)
public Integer getRembOnConnect()
public void setRembOnConnect(Integer rembOnConnect)
Copyright © 2018 Kurento. All rights reserved.