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