Package live.hms.video.connection.stats
Class HMSLocalVideoStats
-
- All Implemented Interfaces:
public final class HMSLocalVideoStats extends HMSStats.HMSLocalStats
-
-
Field Summary
Fields Modifier and Type Field Description private final Doublejitterprivate final DoubleroundTripTimeprivate final LongbytesSentprivate final Doublebitrateprivate final HMSVideoResolutionresolutionprivate final DoubleframeRateprivate final QualityLimitationReasonsqualityLimitationReasonprivate final HMSLayerhmsLayerprivate final LongpacketLossprivate final LongpacketsSent
-
Constructor Summary
Constructors Constructor Description HMSLocalVideoStats(Double jitter, Double roundTripTime, Long bytesSent, Double bitrate, HMSVideoResolution resolution, Double frameRate, QualityLimitationReasons qualityLimitationReason, HMSLayer hmsLayer, Long packetLoss, Long packetsSent)
-
Method Summary
Modifier and Type Method Description final DoublegetJitter()final DoublegetRoundTripTime()final LonggetBytesSent()final DoublegetBitrate()final HMSVideoResolutiongetResolution()final DoublegetFrameRate()final QualityLimitationReasonsgetQualityLimitationReason()final HMSLayergetHmsLayer()final LonggetPacketLoss()final LonggetPacketsSent()-
-
Constructor Detail
-
HMSLocalVideoStats
HMSLocalVideoStats(Double jitter, Double roundTripTime, Long bytesSent, Double bitrate, HMSVideoResolution resolution, Double frameRate, QualityLimitationReasons qualityLimitationReason, HMSLayer hmsLayer, Long packetLoss, Long packetsSent)
-
-
Method Detail
-
getRoundTripTime
final Double getRoundTripTime()
-
getBytesSent
final Long getBytesSent()
-
getBitrate
final Double getBitrate()
-
getResolution
final HMSVideoResolution getResolution()
-
getFrameRate
final Double getFrameRate()
-
getQualityLimitationReason
final QualityLimitationReasons getQualityLimitationReason()
-
getHmsLayer
final HMSLayer getHmsLayer()
-
getPacketLoss
final Long getPacketLoss()
-
getPacketsSent
final Long getPacketsSent()
-
-
-
-