Class RtcRemoteInboundRtpAudioStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcReceivedRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcRemoteInboundRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcStats
@Immutable() public final class RtcRemoteInboundRtpAudioStreamStats implements RtcRemoteInboundRtpStreamStats
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringLOCAL_IDpublic final static StringROUND_TRIP_TIMEpublic final static StringTOTAL_ROUND_TRIP_TIMEpublic final static StringFRACTION_LOSTpublic final static StringROUND_TRIP_TIME_MEASUREMENTSpublic final static StringJITTERpublic final static StringPACKETS_LOSTprivate final Stringidprivate final Stringtypeprivate final DoubletimestampUsprivate final Longssrcprivate final Stringkindprivate final StringtransportIdprivate final StringcodecIdprivate final LongpacketsReceivedprivate final IntegerpacketsLostprivate final Doublejitterprivate final StringlocalIdprivate final DoubleroundTripTimeprivate final DoubletotalRoundTripTimeprivate final DoublefractionLostprivate final IntegerroundTripTimeMeasurements
-
Constructor Summary
Constructors Constructor Description RtcRemoteInboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, Long packetsReceived, Integer packetsLost, Double jitter, String localId, Double roundTripTime, Double totalRoundTripTime, Double fractionLost, Integer roundTripTimeMeasurements)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetType()DoublegetTimestampUs()LonggetSsrc()StringgetKind()StringgetTransportId()StringgetCodecId()LonggetPacketsReceived()IntegergetPacketsLost()DoublegetJitter()StringgetLocalId()DoublegetRoundTripTime()DoublegetTotalRoundTripTime()DoublegetFractionLost()IntegergetRoundTripTimeMeasurements()-
-
Constructor Detail
-
RtcRemoteInboundRtpAudioStreamStats
RtcRemoteInboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, Long packetsReceived, Integer packetsLost, Double jitter, String localId, Double roundTripTime, Double totalRoundTripTime, Double fractionLost, Integer roundTripTimeMeasurements)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTransportId
String getTransportId()
-
getCodecId
String getCodecId()
-
getPacketsReceived
Long getPacketsReceived()
-
getPacketsLost
Integer getPacketsLost()
-
getLocalId
String getLocalId()
-
getRoundTripTime
Double getRoundTripTime()
-
getTotalRoundTripTime
Double getTotalRoundTripTime()
-
getFractionLost
Double getFractionLost()
-
getRoundTripTimeMeasurements
Integer getRoundTripTimeMeasurements()
-
-
-
-