public class MonitorSample extends Object
| Constructor and Description |
|---|
MonitorSample() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWebRtcStats(WebRtcStats webRtcStats) |
double |
getCurrentLatency() |
double |
getLatency() |
int |
getLatencyErrors() |
int |
getLatencyHints() |
int |
getNumClients() |
Map<String,WebRtcStats> |
getStats() |
KmsSystemInfo |
getSystemInfo() |
WebRtcStats |
getWebRtcStats(String id) |
boolean |
isShowLantency() |
void |
setCurrentLatency(double currentLatency) |
void |
setLatencyErrors(int latencyErrors) |
void |
setLatencyHints(int latencyHints) |
void |
setNumClients(int numClients) |
void |
setShowLantency(boolean showLantency) |
void |
setSystemInfo(KmsSystemInfo kmsInfo) |
public void addWebRtcStats(WebRtcStats webRtcStats)
public WebRtcStats getWebRtcStats(String id)
public Map<String,WebRtcStats> getStats()
public int getNumClients()
public void setNumClients(int numClients)
public KmsSystemInfo getSystemInfo()
public void setSystemInfo(KmsSystemInfo kmsInfo)
public double getCurrentLatency()
public void setCurrentLatency(double currentLatency)
public int getLatencyHints()
public void setLatencyHints(int latencyHints)
public int getLatencyErrors()
public void setLatencyErrors(int latencyErrors)
public boolean isShowLantency()
public void setShowLantency(boolean showLantency)
public double getLatency()
Copyright © 2018 Kurento. All rights reserved.