IStatistics

interface IStatistics

Functions

getAverageMOS
Link copied to clipboard
abstract fun getAverageMOS(): Float
Get the average MOS (mean opinion score) value
getBitRate
Link copied to clipboard
abstract fun getBitRate(): Long
Get the current bit rate of the video.
getFps
Link copied to clipboard
abstract fun getFps(): Double
Get the current frames per seconds of the video.
getFrameHeight
Link copied to clipboard
abstract fun getFrameHeight(): Int
Get the current height value of the video.
getFrameWidth
Link copied to clipboard
abstract fun getFrameWidth(): Int
Get the current width value of the video.
getMaxJitter
Link copied to clipboard
abstract fun getMaxJitter(): Double
Get the maximum Jitter value
getMaxJitterDepth
Link copied to clipboard
abstract fun getMaxJitterDepth(): Double
Get the maximum Jitter Depth value
getMaxRTT
Link copied to clipboard
abstract fun getMaxRTT(): Double
Get the maximum RTT (round trip time) value
getMinJitter
Link copied to clipboard
abstract fun getMinJitter(): Double
Get the minimum Jitter value
getMinJitterDepth
Link copied to clipboard
abstract fun getMinJitterDepth(): Double
Get the minimum Jitter Depth value
getMinMOS
Link copied to clipboard
abstract fun getMinMOS(): Float
Get the minimum MOS (mean opinion score) value
getMinRTT
Link copied to clipboard
abstract fun getMinRTT(): Double
Get the minimum RTT (round trip time) value
getNumberOfStatsWithoutFramesReceived
Link copied to clipboard
abstract fun getNumberOfStatsWithoutFramesReceived(publisherId: String): Int
Statistics from the peer connection are extracted every few seconds.
getQualityLimitationReason
Link copied to clipboard
abstract fun getQualityLimitationReason(): String
Get the current video quality limitation reason.