public class ElementStats extends Stats
| Constructor and Description |
|---|
ElementStats(String id,
StatsType type,
double timestamp,
double inputAudioLatency,
double inputVideoLatency)
Create a ElementStats
|
| Modifier and Type | Method and Description |
|---|---|
double |
getInputAudioLatency()
get Audio average measured on the sink pad in nano seconds
|
double |
getInputVideoLatency()
get Video average measured on the sink pad in nano seconds
|
void |
setInputAudioLatency(double inputAudioLatency)
set Audio average measured on the sink pad in nano seconds
|
void |
setInputVideoLatency(double inputVideoLatency)
set Video average measured on the sink pad in nano seconds
|
getId, getTimestamp, getType, setId, setTimestamp, setTypepublic double getInputAudioLatency()
public void setInputAudioLatency(double inputAudioLatency)
public double getInputVideoLatency()
public void setInputVideoLatency(double inputVideoLatency)
Copyright © 2015 Kurento. All rights reserved.