Class ElementStats

  • Direct Known Subclasses:
    EndpointStats

    public class ElementStats
    extends Stats
    A dictionary that represents the stats gathered in the media element.
    • Constructor Detail

      • ElementStats

        protected ElementStats()
        Default private constructor of ElementStats for serialization with Jackson
    • Method Detail

      • 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