Class ElementStats

java.lang.Object
org.kurento.client.Stats
org.kurento.client.ElementStats
Direct Known Subclasses:
EndpointStats

public class ElementStats extends Stats
A dictionary that represents the stats gathered in the media element.
  • 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

      public List<MediaLatencyStat> getInputLatency()
      get The average time that buffers take to get on the input pads of this element in nano seconds
    • setInputLatency

      public void setInputLatency(List<MediaLatencyStat> inputLatency)
      set The average time that buffers take to get on the input pads of this element in nano seconds