Class MediaLatencyStat


  • public class MediaLatencyStat
    extends Object
    A dictionary that represents the stats gathered.
    • Constructor Detail

      • MediaLatencyStat

        protected MediaLatencyStat()
        Default private constructor of MediaLatencyStat for serialization with Jackson
      • MediaLatencyStat

        public MediaLatencyStat​(String name,
                                MediaType type,
                                double avg)
        Create a MediaLatencyStat
    • Method Detail

      • getName

        public String getName()
        get The identifier of the media stream
      • setName

        public void setName​(String name)
        set The identifier of the media stream
      • getType

        public MediaType getType()
        get Type of media stream
      • setType

        public void setType​(MediaType type)
        set Type of media stream
      • getAvg

        public double getAvg()
        get The average time that buffers take to get on the input pad of this element
      • setAvg

        public void setAvg​(double avg)
        set The average time that buffers take to get on the input pad of this element