Class RtcOutboundRtpVideoStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcOutboundRtpStreamStats,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 RtcOutboundRtpVideoStreamStats implements RtcOutboundRtpStreamStats
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RtcOutboundRtpVideoStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, BigInteger packetsSent, BigInteger bytesSent, String mid, String mediaSourceId, String remoteId, BigInteger headerBytesSent, BigInteger retransmittedPacketsSent, BigInteger retransmittedBytesSent, Long rtxSsrc, Double targetBitrate, BigInteger totalEncodedBytesTarget, Double totalEncodeTime, Double totalPacketSendDelay, Boolean active, String rid, Long frameWidth, Long frameHeight, Double framesPerSecond, Long framesSent, Long hugeFramesSent, Long framesEncoded, Long keyFramesEncoded, BigInteger qpSum, RtcQualityLimitationReason qualityLimitationReason, Map<RtcQualityLimitationReason, Double> qualityLimitationDurations, Long qualityLimitationResolutionChanges, Long nackCount, Long firCount, Long pliCount, String encoderImplementation, Boolean powerEfficientEncoder, String scalabilityMode)
-
Method Summary
-
-
Constructor Detail
-
RtcOutboundRtpVideoStreamStats
RtcOutboundRtpVideoStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, BigInteger packetsSent, BigInteger bytesSent, String mid, String mediaSourceId, String remoteId, BigInteger headerBytesSent, BigInteger retransmittedPacketsSent, BigInteger retransmittedBytesSent, Long rtxSsrc, Double targetBitrate, BigInteger totalEncodedBytesTarget, Double totalEncodeTime, Double totalPacketSendDelay, Boolean active, String rid, Long frameWidth, Long frameHeight, Double framesPerSecond, Long framesSent, Long hugeFramesSent, Long framesEncoded, Long keyFramesEncoded, BigInteger qpSum, RtcQualityLimitationReason qualityLimitationReason, Map<RtcQualityLimitationReason, Double> qualityLimitationDurations, Long qualityLimitationResolutionChanges, Long nackCount, Long firCount, Long pliCount, String encoderImplementation, Boolean powerEfficientEncoder, String scalabilityMode)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTransportId
String getTransportId()
-
getCodecId
String getCodecId()
-
getPacketsSent
BigInteger getPacketsSent()
-
getBytesSent
BigInteger getBytesSent()
-
getMediaSourceId
String getMediaSourceId()
-
getRemoteId
String getRemoteId()
-
getHeaderBytesSent
BigInteger getHeaderBytesSent()
-
getRetransmittedPacketsSent
BigInteger getRetransmittedPacketsSent()
-
getRetransmittedBytesSent
BigInteger getRetransmittedBytesSent()
-
getRtxSsrc
Long getRtxSsrc()
-
getTargetBitrate
Double getTargetBitrate()
-
getTotalEncodedBytesTarget
BigInteger getTotalEncodedBytesTarget()
-
getTotalEncodeTime
Double getTotalEncodeTime()
-
getTotalPacketSendDelay
Double getTotalPacketSendDelay()
-
getFrameWidth
final Long getFrameWidth()
-
getFrameHeight
final Long getFrameHeight()
-
getFramesPerSecond
final Double getFramesPerSecond()
-
getFramesSent
final Long getFramesSent()
-
getHugeFramesSent
final Long getHugeFramesSent()
-
getFramesEncoded
final Long getFramesEncoded()
-
getKeyFramesEncoded
final Long getKeyFramesEncoded()
-
getQpSum
final BigInteger getQpSum()
-
getQualityLimitationReason
final RtcQualityLimitationReason getQualityLimitationReason()
-
getQualityLimitationDurations
final Map<RtcQualityLimitationReason, Double> getQualityLimitationDurations()
-
getQualityLimitationResolutionChanges
final Long getQualityLimitationResolutionChanges()
-
getNackCount
final Long getNackCount()
-
getFirCount
final Long getFirCount()
-
getPliCount
final Long getPliCount()
-
getEncoderImplementation
final String getEncoderImplementation()
-
getPowerEfficientEncoder
final Boolean getPowerEfficientEncoder()
-
getScalabilityMode
final String getScalabilityMode()
-
-
-
-