Class RtcInboundRtpAudioStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcInboundRtpStreamStats,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 final class RtcInboundRtpAudioStreamStats implements RtcInboundRtpStreamStats
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RtcInboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, Long packetsReceived, Integer packetsLost, Double jitter, String trackIdentifier, String mid, String remoteId, Double lastPacketReceivedTimestamp, BigInteger headerBytesReceived, BigInteger bytesReceived, BigInteger packetsDiscarded, BigInteger fecBytesReceived, BigInteger fecPacketsReceived, BigInteger fecPacketsDiscarded, Double jitterBufferDelay, Double jitterBufferTargetDelay, BigInteger jitterBufferEmittedCount, Double jitterBufferMinimumDelay, Long nackCount, Double totalProcessingDelay, Double estimatedPlayoutTimestamp, String decoderImplementation, String playoutId, Boolean powerEfficientDecoder, BigInteger retransmittedPacketsReceived, BigInteger retransmittedBytesReceived, Long rtxSsrc, Long fecSsrc, Double audioLevel, Double totalAudioEnergy, BigInteger totalSamplesReceived, Double totalSamplesDuration, BigInteger concealedSamples, BigInteger silentConcealedSamples, BigInteger concealmentEvents, BigInteger insertedSamplesForDeceleration, BigInteger removedSamplesForAcceleration)
-
Method Summary
-
-
Constructor Detail
-
RtcInboundRtpAudioStreamStats
RtcInboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, Long packetsReceived, Integer packetsLost, Double jitter, String trackIdentifier, String mid, String remoteId, Double lastPacketReceivedTimestamp, BigInteger headerBytesReceived, BigInteger bytesReceived, BigInteger packetsDiscarded, BigInteger fecBytesReceived, BigInteger fecPacketsReceived, BigInteger fecPacketsDiscarded, Double jitterBufferDelay, Double jitterBufferTargetDelay, BigInteger jitterBufferEmittedCount, Double jitterBufferMinimumDelay, Long nackCount, Double totalProcessingDelay, Double estimatedPlayoutTimestamp, String decoderImplementation, String playoutId, Boolean powerEfficientDecoder, BigInteger retransmittedPacketsReceived, BigInteger retransmittedBytesReceived, Long rtxSsrc, Long fecSsrc, Double audioLevel, Double totalAudioEnergy, BigInteger totalSamplesReceived, Double totalSamplesDuration, BigInteger concealedSamples, BigInteger silentConcealedSamples, BigInteger concealmentEvents, BigInteger insertedSamplesForDeceleration, BigInteger removedSamplesForAcceleration)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTransportId
String getTransportId()
-
getCodecId
String getCodecId()
-
getPacketsReceived
Long getPacketsReceived()
-
getPacketsLost
Integer getPacketsLost()
-
getTrackIdentifier
String getTrackIdentifier()
-
getRemoteId
String getRemoteId()
-
getLastPacketReceivedTimestamp
Double getLastPacketReceivedTimestamp()
-
getHeaderBytesReceived
BigInteger getHeaderBytesReceived()
-
getBytesReceived
BigInteger getBytesReceived()
-
getPacketsDiscarded
BigInteger getPacketsDiscarded()
-
getFecBytesReceived
BigInteger getFecBytesReceived()
-
getFecPacketsReceived
BigInteger getFecPacketsReceived()
-
getFecPacketsDiscarded
BigInteger getFecPacketsDiscarded()
-
getJitterBufferDelay
Double getJitterBufferDelay()
-
getJitterBufferTargetDelay
Double getJitterBufferTargetDelay()
-
getJitterBufferEmittedCount
BigInteger getJitterBufferEmittedCount()
-
getJitterBufferMinimumDelay
Double getJitterBufferMinimumDelay()
-
getNackCount
Long getNackCount()
-
getTotalProcessingDelay
Double getTotalProcessingDelay()
-
getEstimatedPlayoutTimestamp
Double getEstimatedPlayoutTimestamp()
-
getDecoderImplementation
String getDecoderImplementation()
-
getPlayoutId
String getPlayoutId()
-
getPowerEfficientDecoder
Boolean getPowerEfficientDecoder()
-
getRetransmittedPacketsReceived
BigInteger getRetransmittedPacketsReceived()
-
getRetransmittedBytesReceived
BigInteger getRetransmittedBytesReceived()
-
getRtxSsrc
Long getRtxSsrc()
-
getFecSsrc
Long getFecSsrc()
-
getAudioLevel
final Double getAudioLevel()
-
getTotalAudioEnergy
final Double getTotalAudioEnergy()
-
getTotalSamplesReceived
final BigInteger getTotalSamplesReceived()
-
getTotalSamplesDuration
final Double getTotalSamplesDuration()
-
getConcealedSamples
final BigInteger getConcealedSamples()
-
getSilentConcealedSamples
final BigInteger getSilentConcealedSamples()
-
getConcealmentEvents
final BigInteger getConcealmentEvents()
-
getInsertedSamplesForDeceleration
final BigInteger getInsertedSamplesForDeceleration()
-
getRemovedSamplesForAcceleration
final BigInteger getRemovedSamplesForAcceleration()
-
-
-
-