Class ElementStats
java.lang.Object
org.kurento.client.Stats
org.kurento.client.ElementStats
- Direct Known Subclasses:
EndpointStats
A dictionary that represents the stats gathered in the media element.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of ElementStats for serialization with JacksonElementStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency) Create a ElementStats -
Method Summary
Modifier and TypeMethodDescriptionget The average time that buffers take to get on the input pads of this element in nano secondsvoidsetInputLatency(List<MediaLatencyStat> inputLatency) set The average time that buffers take to get on the input pads of this element in nano secondsMethods inherited from class Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
ElementStats
protected ElementStats()Default private constructor of ElementStats for serialization with Jackson -
ElementStats
public ElementStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency) Create a ElementStats
-
-
Method Details
-
getInputLatency
get The average time that buffers take to get on the input pads of this element in nano seconds -
setInputLatency
set The average time that buffers take to get on the input pads of this element in nano seconds
-