Package org.kurento.client
Class EndpointStats
java.lang.Object
org.kurento.client.Stats
org.kurento.client.ElementStats
org.kurento.client.EndpointStats
A dictionary that represents the stats gathered in the endpoint element.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Default private constructor of EndpointStats for serialization with JacksonEndpointStats
(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency, List<MediaLatencyStat> E2ELatency) Create a EndpointStats -
Method Summary
Modifier and TypeMethodDescriptionget The average end to end latency for each media stream measured in nano secondsvoid
setE2ELatency
(List<MediaLatencyStat> E2ELatency) set The average end to end latency for each media stream measured in nano secondsMethods inherited from class org.kurento.client.ElementStats
getInputLatency, setInputLatency
Methods inherited from class org.kurento.client.Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
EndpointStats
protected EndpointStats()Default private constructor of EndpointStats for serialization with Jackson -
EndpointStats
public EndpointStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency, List<MediaLatencyStat> E2ELatency) Create a EndpointStats
-
-
Method Details
-
getE2ELatency
get The average end to end latency for each media stream measured in nano seconds -
setE2ELatency
set The average end to end latency for each media stream measured in nano seconds
-