Speedify SDK for Android 16.3.0
Loading...
Searching...
No Matches
Types.SpeedTestResultData Class Reference

Results of a speed test. More...

Public Attributes

Date testTime
 time of the test
 
String country
 2-character ISO country code, ie: 'us'.
 
String city
 City code, ie: 'atlanta'.
 
int numConnections
 How many connections were used during this test.
 
double downloadSpeed
 tested download speed, bits per second
 
double uploadSpeed
 tested upload speed, bits per second
 
boolean isError
 is this test errored
 
String errorMessage
 error message for this test
 
SpeedTestType testType
 type of test
 
String resolution
 supported streaming resolution, only valid for streaming tests
 
int fps
 supported streaming frames per second (fps), only valid for streaming tests
 
int jitter
 jitter during test in ms, only valid for streaming tests
 
int latency
 baseline latency in ms
 
double loss
 packet loss percent during test, only valid for streaming tests
 

Detailed Description

Results of a speed test.

Since
11.0

Member Data Documentation

◆ city

String city

City code, ie: 'atlanta'.

Since
11.0

◆ country

String country

2-character ISO country code, ie: 'us'.

Since
11.0

◆ downloadSpeed

double downloadSpeed

tested download speed, bits per second

Since
11.0

◆ errorMessage

String errorMessage

error message for this test

Since
11.0

◆ fps

int fps

supported streaming frames per second (fps), only valid for streaming tests

Since
11.5

◆ isError

boolean isError

is this test errored

Since
11.0

◆ jitter

int jitter

jitter during test in ms, only valid for streaming tests

Since
11.5

◆ latency

int latency

baseline latency in ms

Since
11.5

◆ loss

double loss

packet loss percent during test, only valid for streaming tests

Since
11.5

◆ numConnections

int numConnections

How many connections were used during this test.

Since
11.0

◆ resolution

String resolution

supported streaming resolution, only valid for streaming tests

Since
11.5

◆ testTime

Date testTime

time of the test

Since
11.0

◆ testType

SpeedTestType testType

type of test

Since
11.5

◆ uploadSpeed

double uploadSpeed

tested upload speed, bits per second

Since
11.0

The documentation for this class was generated from the following file: