public class AnaStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
bitrateActionCounter
Bitrate action counter
|
private int |
channelActionCounter
Channel action counter
|
private int |
dtxActionCounter
DTX action counter
|
private int |
fecActionCounter
FEC action counter
|
private int |
frameLengthDecreaseCounter
Frame length decrease counter
|
private int |
frameLengthIncreaseCounter
Frame length increase counter
|
private float |
uplinkPacketLossFraction
Uplink packet loss fraction
|
| Constructor and Description |
|---|
AnaStats()
Default constructor for AnaStats.
|
AnaStats(int bitrateActionCounter,
int channelActionCounter,
int dtxActionCounter,
int fecActionCounter,
int frameLengthIncreaseCounter,
int frameLengthDecreaseCounter,
float uplinkPacketLossFraction)
Constructs AnaStats with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBitrateActionCounter()
Gets the bitrate action counter.
|
int |
getChannelActionCounter()
Gets the channel action counter.
|
int |
getDtxActionCounter()
Gets the DTX action counter.
|
int |
getFecActionCounter()
Gets the FEC action counter.
|
int |
getFrameLengthDecreaseCounter()
Gets the frame length decrease counter.
|
int |
getFrameLengthIncreaseCounter()
Gets the frame length increase counter.
|
float |
getUplinkPacketLossFraction()
Gets the uplink packet loss fraction.
|
void |
setBitrateActionCounter(int bitrateActionCounter)
Sets the bitrate action counter.
|
void |
setChannelActionCounter(int channelActionCounter)
Sets the channel action counter.
|
void |
setDtxActionCounter(int dtxActionCounter)
Sets the DTX action counter.
|
void |
setFecActionCounter(int fecActionCounter)
Sets the FEC action counter.
|
void |
setFrameLengthDecreaseCounter(int frameLengthDecreaseCounter)
Sets the frame length decrease counter.
|
void |
setFrameLengthIncreaseCounter(int frameLengthIncreaseCounter)
Sets the frame length increase counter.
|
void |
setUplinkPacketLossFraction(float uplinkPacketLossFraction)
Sets the uplink packet loss fraction.
|
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)
bitrateActionCounter - Bitrate action counterchannelActionCounter - Channel action counterdtxActionCounter - DTX action counterfecActionCounter - FEC action counterframeLengthIncreaseCounter - Frame length increase counterframeLengthDecreaseCounter - Frame length decrease counteruplinkPacketLossFraction - Uplink packet loss fractionpublic int getBitrateActionCounter()
public void setBitrateActionCounter(int bitrateActionCounter)
bitrateActionCounter - Bitrate action counterpublic int getChannelActionCounter()
public void setChannelActionCounter(int channelActionCounter)
channelActionCounter - Channel action counterpublic int getDtxActionCounter()
public void setDtxActionCounter(int dtxActionCounter)
dtxActionCounter - DTX action counterpublic int getFecActionCounter()
public void setFecActionCounter(int fecActionCounter)
fecActionCounter - FEC action counterpublic int getFrameLengthIncreaseCounter()
public void setFrameLengthIncreaseCounter(int frameLengthIncreaseCounter)
frameLengthIncreaseCounter - Frame length increase counterpublic int getFrameLengthDecreaseCounter()
public void setFrameLengthDecreaseCounter(int frameLengthDecreaseCounter)
frameLengthDecreaseCounter - Frame length decrease counterpublic float getUplinkPacketLossFraction()
public void setUplinkPacketLossFraction(float uplinkPacketLossFraction)
uplinkPacketLossFraction - Uplink packet loss fraction