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

Detailed Description

Statistics for a single stream.

Since
9.6

Public Attributes

boolean active
 If this stream is currently active. More...
 
long duration
 Time, in seconds, this stream has been active. More...
 
long id
 ID number of this stream. More...
 
long groupId
 Group ID number of this stream. More...
 
long startTime
 Time this stream started, seconds since epoch. More...
 
double uploadSpeed
 Upload speed of this stream, in megabits per second. More...
 
double downloadSpeed
 Current download speed of this stream, in megabits per second. More...
 
double averageUploadSpeed
 Average upload speed of this stream, in megabits per second. More...
 
double averageDownloadSpeed
 Average download speed of this stream, in megabits per second. More...
 
long redundantModeSaves
 Number of saves while in redundant mode. More...
 
long speedModeSaves
 Number of saves while in speed mode. More...
 
long failoverSaves
 Number of saves through connection failover. More...
 
String name
 Name of the application or domain of this stream, or 'stream_test' for testing streams. More...
 
StreamHealth health
 Stream health. More...
 
String remoteIp
 The remote ip that this stream is connected to. More...
 
short remotePort
 The remote port that this stream is connected to. More...
 
String protocol
 The protocol of this stream. More...
 
String hostname
 The hostname of the service that this stream is connected to. More...
 

Member Data Documentation

◆ active

boolean com.speedify.speedifysdk.Types.StreamStats.active

If this stream is currently active.

Since
9.6

◆ averageDownloadSpeed

double com.speedify.speedifysdk.Types.StreamStats.averageDownloadSpeed

Average download speed of this stream, in megabits per second.

Since
9.8

◆ averageUploadSpeed

double com.speedify.speedifysdk.Types.StreamStats.averageUploadSpeed

Average upload speed of this stream, in megabits per second.

Since
9.8

◆ downloadSpeed

double com.speedify.speedifysdk.Types.StreamStats.downloadSpeed

Current download speed of this stream, in megabits per second.

Since
9.8

◆ duration

long com.speedify.speedifysdk.Types.StreamStats.duration

Time, in seconds, this stream has been active.

Since
9.6

◆ failoverSaves

long com.speedify.speedifysdk.Types.StreamStats.failoverSaves

Number of saves through connection failover.

Since
11.2

◆ groupId

long com.speedify.speedifysdk.Types.StreamStats.groupId

Group ID number of this stream.

Since
9.8

◆ health

StreamHealth com.speedify.speedifysdk.Types.StreamStats.health

Stream health.

Since
11.5

◆ hostname

String com.speedify.speedifysdk.Types.StreamStats.hostname

The hostname of the service that this stream is connected to.

Since
14.2

◆ id

long com.speedify.speedifysdk.Types.StreamStats.id

ID number of this stream.

Since
9.6

◆ name

String com.speedify.speedifysdk.Types.StreamStats.name

Name of the application or domain of this stream, or 'stream_test' for testing streams.

Since
9.8

◆ protocol

String com.speedify.speedifysdk.Types.StreamStats.protocol

The protocol of this stream.

This is typically VNC, RTP, RTMP, RDP, Wifi Calling, TCP, UDP or HTTPS, if known.

Since
14.2

◆ redundantModeSaves

long com.speedify.speedifysdk.Types.StreamStats.redundantModeSaves

Number of saves while in redundant mode.

Since
9.8

◆ remoteIp

String com.speedify.speedifysdk.Types.StreamStats.remoteIp

The remote ip that this stream is connected to.

Since
14.2

◆ remotePort

short com.speedify.speedifysdk.Types.StreamStats.remotePort

The remote port that this stream is connected to.

Since
14.2

◆ speedModeSaves

long com.speedify.speedifysdk.Types.StreamStats.speedModeSaves

Number of saves while in speed mode.

Since
9.8

◆ startTime

long com.speedify.speedifysdk.Types.StreamStats.startTime

Time this stream started, seconds since epoch.

Since
9.6

◆ uploadSpeed

double com.speedify.speedifysdk.Types.StreamStats.uploadSpeed

Upload speed of this stream, in megabits per second.

Since
9.6

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