Uses of Class
org.kurento.client.MediaLatencyStat
-
Uses of MediaLatencyStat in org.kurento.client
Methods in org.kurento.client that return types with arguments of type MediaLatencyStatModifier and TypeMethodDescriptionEndpointStats.getE2ELatency()get The average end to end latency for each media stream measured in nano secondsElementStats.getInputLatency()get The average time that buffers take to get on the input pads of this element in nano secondsMethod parameters in org.kurento.client with type arguments of type MediaLatencyStatModifier and TypeMethodDescriptionvoidEndpointStats.setE2ELatency(List<MediaLatencyStat> E2ELatency) set The average end to end latency for each media stream measured in nano secondsvoidElementStats.setInputLatency(List<MediaLatencyStat> inputLatency) set The average time that buffers take to get on the input pads of this element in nano secondsConstructor parameters in org.kurento.client with type arguments of type MediaLatencyStatModifierConstructorDescriptionElementStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency) Create a ElementStatsEndpointStats(String id, StatsType type, long timestampMillis, List<MediaLatencyStat> inputLatency, List<MediaLatencyStat> E2ELatency) Create a EndpointStats