Interface RtcRemoteOutboundRtpStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcSentRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcStats
public interface RtcRemoteOutboundRtpStreamStats implements RtcSentRtpStreamStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRtcRemoteOutboundRtpStreamStats.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetLocalId()abstract DoublegetRemoteTimestamp()abstract BigIntegergetReportsSent()abstract DoublegetRoundTripTime()abstract DoublegetTotalRoundTripTime()abstract BigIntegergetRoundTripTimeMeasurements()-
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcSentRtpStreamStats
getBytesSent, getPacketsSent -
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()
-
getRemoteTimestamp
abstract Double getRemoteTimestamp()
-
getReportsSent
abstract BigInteger getReportsSent()
-
getRoundTripTime
abstract Double getRoundTripTime()
-
getTotalRoundTripTime
abstract Double getTotalRoundTripTime()
-
getRoundTripTimeMeasurements
abstract BigInteger getRoundTripTimeMeasurements()
-
-
-
-