public class EndpointStats extends ElementStats
| Constructor and Description |
|---|
EndpointStats(String id,
StatsType type,
double timestamp,
double inputAudioLatency,
double inputVideoLatency,
double audioE2ELatency,
double videoE2ELatency)
Create a EndpointStats
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAudioE2ELatency()
get End-to-end audio latency measured in nano seconds
|
double |
getVideoE2ELatency()
get End-to-end video latency measured in nano seconds
|
void |
setAudioE2ELatency(double audioE2ELatency)
set End-to-end audio latency measured in nano seconds
|
void |
setVideoE2ELatency(double videoE2ELatency)
set End-to-end video latency measured in nano seconds
|
getInputAudioLatency, getInputVideoLatency, setInputAudioLatency, setInputVideoLatencygetId, getTimestamp, getType, setId, setTimestamp, setTypepublic double getAudioE2ELatency()
public void setAudioE2ELatency(double audioE2ELatency)
public double getVideoE2ELatency()
public void setVideoE2ELatency(double videoE2ELatency)
Copyright © 2015 Kurento. All rights reserved.