Class RtcRemoteOutboundRtpAudioStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcRemoteOutboundRtpStreamStats,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 final class RtcRemoteOutboundRtpAudioStreamStats implements RtcRemoteOutboundRtpStreamStats
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringLOCAL_IDpublic final static StringREMOTE_TIMESTAMPpublic final static StringREPORTS_SENTpublic final static StringROUND_TRIP_TIMEpublic final static StringTOTAL_ROUND_TRIP_TIMEpublic final static StringROUND_TRIP_TIME_MEASUREMENTSprivate final Stringidprivate final Stringtypeprivate final DoubletimestampUsprivate final Longssrcprivate final Stringkindprivate final StringtransportIdprivate final StringcodecIdprivate final BigIntegerpacketsSentprivate final BigIntegerbytesSentprivate final StringlocalIdprivate final DoubleremoteTimestampprivate final BigIntegerreportsSentprivate final DoubleroundTripTimeprivate final DoubletotalRoundTripTimeprivate final BigIntegerroundTripTimeMeasurements
-
Constructor Summary
Constructors Constructor Description RtcRemoteOutboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, BigInteger packetsSent, BigInteger bytesSent, String localId, Double remoteTimestamp, BigInteger reportsSent, Double roundTripTime, Double totalRoundTripTime, BigInteger roundTripTimeMeasurements)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetType()DoublegetTimestampUs()LonggetSsrc()StringgetKind()StringgetTransportId()StringgetCodecId()BigIntegergetPacketsSent()BigIntegergetBytesSent()StringgetLocalId()DoublegetRemoteTimestamp()BigIntegergetReportsSent()DoublegetRoundTripTime()DoublegetTotalRoundTripTime()BigIntegergetRoundTripTimeMeasurements()-
-
Constructor Detail
-
RtcRemoteOutboundRtpAudioStreamStats
RtcRemoteOutboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, BigInteger packetsSent, BigInteger bytesSent, String localId, Double remoteTimestamp, BigInteger reportsSent, Double roundTripTime, Double totalRoundTripTime, BigInteger roundTripTimeMeasurements)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTransportId
String getTransportId()
-
getCodecId
String getCodecId()
-
getPacketsSent
BigInteger getPacketsSent()
-
getBytesSent
BigInteger getBytesSent()
-
getLocalId
String getLocalId()
-
getRemoteTimestamp
Double getRemoteTimestamp()
-
getReportsSent
BigInteger getReportsSent()
-
getRoundTripTime
Double getRoundTripTime()
-
getTotalRoundTripTime
Double getTotalRoundTripTime()
-
getRoundTripTimeMeasurements
BigInteger getRoundTripTimeMeasurements()
-
-
-
-