Interface RtcReceivedRtpStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcStats
public interface RtcReceivedRtpStreamStats implements RtcRtpStreamStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRtcReceivedRtpStreamStats.Companion
-
Method Summary
Modifier and Type Method Description abstract LonggetPacketsReceived()abstract IntegergetPacketsLost()abstract DoublegetJitter()-
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcRtpStreamStats
getCodecId, getKind, getSsrc, getTransportId -
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcStats
getId, getTimestampUs, getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPacketsReceived
abstract Long getPacketsReceived()
-
getPacketsLost
abstract Integer getPacketsLost()
-
-
-
-