public class VideoStatisticTool
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoStatisticTool.StallingModel |
class |
VideoStatisticTool.VideoStatisticResult |
| Modifier and Type | Field and Description |
|---|---|
static int |
TIME |
| Constructor and Description |
|---|
VideoStatisticTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
VideoStatisticTool.VideoStatisticResult |
getStatisticResult() |
void |
triggerStatistic() |
void |
triggerStatistic(int deal) |
void |
triggerStatisticCalcBySecond(int deal) |
void |
triggerStatisticCalcStalling(int deal) |
public static final int TIME
public void triggerStatistic(int deal)
public void triggerStatistic()
public void triggerStatisticCalcBySecond(int deal)
public void triggerStatisticCalcStalling(int deal)
public VideoStatisticTool.VideoStatisticResult getStatisticResult()
public void flush()