Class IncomingAudioStatistics
- Object
-
- IncomingAudioStatistics
-
public final class IncomingAudioStatistics extends ObjectRepresents the incoming audio Media Statistics for a call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.StringgetCodecName()Codec Name.FloatgetJitterInMs()Average packet jitter in milliseconds.IntegergetPacketCount()The total number of packets received.IntegergetPacketsLostPerSecond()Packet Loss Rate (packets/second).IntegergetStreamId()Identifier used to distinguish when there are multiple streams with same media type/direction.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getCodecName
public String getCodecName()
Codec Name.
-
getJitterInMs
public Float getJitterInMs()
Average packet jitter in milliseconds.
-
getPacketCount
public Integer getPacketCount()
The total number of packets received.
-
getPacketsLostPerSecond
public Integer getPacketsLostPerSecond()
Packet Loss Rate (packets/second).
-
getStreamId
public Integer getStreamId()
Identifier used to distinguish when there are multiple streams with same media type/direction.
-
-