Class MediaLatencyStat

java.lang.Object
org.kurento.client.MediaLatencyStat

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

    • 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 Details

    • 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