public class AnaStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
bitrateActionCounter |
private int |
channelActionCounter |
private int |
dtxActionCounter |
private int |
fecActionCounter |
private int |
frameLengthDecreaseCounter |
private int |
frameLengthIncreaseCounter |
private float |
uplinkPacketLossFraction |
| Constructor and Description |
|---|
AnaStats() |
AnaStats(int bitrateActionCounter,
int channelActionCounter,
int dtxActionCounter,
int fecActionCounter,
int frameLengthIncreaseCounter,
int frameLengthDecreaseCounter,
float uplinkPacketLossFraction) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitrateActionCounter() |
int |
getChannelActionCounter() |
int |
getDtxActionCounter() |
int |
getFecActionCounter() |
int |
getFrameLengthDecreaseCounter() |
int |
getFrameLengthIncreaseCounter() |
float |
getUplinkPacketLossFraction() |
void |
setBitrateActionCounter(int bitrateActionCounter) |
void |
setChannelActionCounter(int channelActionCounter) |
void |
setDtxActionCounter(int dtxActionCounter) |
void |
setFecActionCounter(int fecActionCounter) |
void |
setFrameLengthDecreaseCounter(int frameLengthDecreaseCounter) |
void |
setFrameLengthIncreaseCounter(int frameLengthIncreaseCounter) |
void |
setUplinkPacketLossFraction(float uplinkPacketLossFraction) |
private int bitrateActionCounter
private int channelActionCounter
private int dtxActionCounter
private int fecActionCounter
private int frameLengthIncreaseCounter
private int frameLengthDecreaseCounter
private float uplinkPacketLossFraction
public AnaStats()
public AnaStats(int bitrateActionCounter,
int channelActionCounter,
int dtxActionCounter,
int fecActionCounter,
int frameLengthIncreaseCounter,
int frameLengthDecreaseCounter,
float uplinkPacketLossFraction)
public int getBitrateActionCounter()
public void setBitrateActionCounter(int bitrateActionCounter)
public int getChannelActionCounter()
public void setChannelActionCounter(int channelActionCounter)
public int getDtxActionCounter()
public void setDtxActionCounter(int dtxActionCounter)
public int getFecActionCounter()
public void setFecActionCounter(int fecActionCounter)
public int getFrameLengthIncreaseCounter()
public void setFrameLengthIncreaseCounter(int frameLengthIncreaseCounter)
public int getFrameLengthDecreaseCounter()
public void setFrameLengthDecreaseCounter(int frameLengthDecreaseCounter)
public float getUplinkPacketLossFraction()
public void setUplinkPacketLossFraction(float uplinkPacketLossFraction)