Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.SpeedTestResultData Class Reference

Detailed Description

Results of a speed test.

Since
11.0

Public Attributes

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

Member Data Documentation

◆ city

String com.speedify.speedifysdk.Types.SpeedTestResultData.city

City code, ie: 'atlanta'.

Since
11.0

◆ country

String com.speedify.speedifysdk.Types.SpeedTestResultData.country

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

Since
11.0

◆ downloadSpeed

double com.speedify.speedifysdk.Types.SpeedTestResultData.downloadSpeed

tested download speed, bits per second

Since
11.0

◆ errorMessage

String com.speedify.speedifysdk.Types.SpeedTestResultData.errorMessage

error message for this test

Since
11.0

◆ fps

int com.speedify.speedifysdk.Types.SpeedTestResultData.fps

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

Since
11.5

◆ isError

boolean com.speedify.speedifysdk.Types.SpeedTestResultData.isError

is this test errored

Since
11.0

◆ jitter

int com.speedify.speedifysdk.Types.SpeedTestResultData.jitter

jitter during test in ms, only valid for streaming tests

Since
11.5

◆ latency

int com.speedify.speedifysdk.Types.SpeedTestResultData.latency

baseline latency in ms

Since
11.5

◆ loss

double com.speedify.speedifysdk.Types.SpeedTestResultData.loss

packet loss percent during test, only valid for streaming tests

Since
11.5

◆ numConnections

int com.speedify.speedifysdk.Types.SpeedTestResultData.numConnections

How many connections were used during this test.

Since
11.0

◆ resolution

String com.speedify.speedifysdk.Types.SpeedTestResultData.resolution

supported streaming resolution, only valid for streaming tests

Since
11.5

◆ testTime

Date com.speedify.speedifysdk.Types.SpeedTestResultData.testTime

time of the test

Since
11.0

◆ testType

SpeedTestType com.speedify.speedifysdk.Types.SpeedTestResultData.testType

type of test

Since
11.5

◆ uploadSpeed

double com.speedify.speedifysdk.Types.SpeedTestResultData.uploadSpeed

tested upload speed, bits per second

Since
11.0

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