Interface RtcRemoteInboundRtpStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcReceivedRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcStats
public interface RtcRemoteInboundRtpStreamStats implements RtcReceivedRtpStreamStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRtcRemoteInboundRtpStreamStats.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetLocalId()abstract DoublegetRoundTripTime()abstract DoublegetTotalRoundTripTime()abstract DoublegetFractionLost()abstract IntegergetRoundTripTimeMeasurements()-
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcReceivedRtpStreamStats
getJitter, getPacketsLost, getPacketsReceived -
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
-
getLocalId
abstract String getLocalId()
-
getRoundTripTime
abstract Double getRoundTripTime()
-
getTotalRoundTripTime
abstract Double getTotalRoundTripTime()
-
getFractionLost
abstract Double getFractionLost()
-
getRoundTripTimeMeasurements
abstract Integer getRoundTripTimeMeasurements()
-
-
-
-