Package live.hms.video.sdk
Class SpeedTest
-
- All Implemented Interfaces:
public final class SpeedTest
-
-
Constructor Summary
Constructors Constructor Description SpeedTest()
-
Method Summary
Modifier and Type Method Description final DoublegetDownloadSpeedInKilobytesPerSecond(NetworkHealth networkHealth)Given a url to download and the size of the file, calculates the download speed in KBps. final IntegergetSpeedTestScore(Double kilobytesPerSecond, SortedMap<Integer, RangeLimits> scoreMap)Converts the given kilobytes per second into a score from 0-5 Where -1 is Error During Test and 1 is bad internet, 5 is best. -
-
Method Detail
-
getDownloadSpeedInKilobytesPerSecond
final Double getDownloadSpeedInKilobytesPerSecond(NetworkHealth networkHealth)
Given a url to download and the size of the file, calculates the download speed in KBps. Not accurate if time taken to download is less than a millisecond.
-
getSpeedTestScore
final Integer getSpeedTestScore(Double kilobytesPerSecond, SortedMap<Integer, RangeLimits> scoreMap)
Converts the given kilobytes per second into a score from 0-5 Where -1 is Error During Test and 1 is bad internet, 5 is best.
-
-
-
-