Class MediaLatencyStat
java.lang.Object
org.kurento.client.MediaLatencyStat
A dictionary that represents the stats gathered.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of MediaLatencyStat for serialization with JacksonMediaLatencyStat(String name, MediaType type, double avg) Create a MediaLatencyStat -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAvg()get The average time that buffers take to get on the input pad of this elementgetName()get The identifier of the media streamgetType()get Type of media streamvoidsetAvg(double avg) set The average time that buffers take to get on the input pad of this elementvoidset The identifier of the media streamvoidset Type of media stream
-
Constructor Details
-
MediaLatencyStat
protected MediaLatencyStat()Default private constructor of MediaLatencyStat for serialization with Jackson -
MediaLatencyStat
-
-
Method Details
-
getName
get The identifier of the media stream -
setName
set The identifier of the media stream -
getType
get Type of media stream -
setType
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
-