![]() |
Speedify SDK for Android
15.3.0
|
Statistics for a single stream.
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... | |
int | 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... | |
boolean com.speedify.speedifysdk.Types.StreamStats.active |
If this stream is currently active.
double com.speedify.speedifysdk.Types.StreamStats.averageDownloadSpeed |
Average download speed of this stream, in megabits per second.
double com.speedify.speedifysdk.Types.StreamStats.averageUploadSpeed |
Average upload speed of this stream, in megabits per second.
double com.speedify.speedifysdk.Types.StreamStats.downloadSpeed |
Current download speed of this stream, in megabits per second.
long com.speedify.speedifysdk.Types.StreamStats.duration |
Time, in seconds, this stream has been active.
long com.speedify.speedifysdk.Types.StreamStats.failoverSaves |
Number of saves through connection failover.
long com.speedify.speedifysdk.Types.StreamStats.groupId |
Group ID number of this stream.
StreamHealth com.speedify.speedifysdk.Types.StreamStats.health |
Stream health.
String com.speedify.speedifysdk.Types.StreamStats.hostname |
The hostname of the service that this stream is connected to.
long com.speedify.speedifysdk.Types.StreamStats.id |
ID number of this stream.
String com.speedify.speedifysdk.Types.StreamStats.name |
Name of the application or domain of this stream, or 'stream_test' for testing streams.
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.
long com.speedify.speedifysdk.Types.StreamStats.redundantModeSaves |
Number of saves while in redundant mode.
String com.speedify.speedifysdk.Types.StreamStats.remoteIp |
The remote ip that this stream is connected to.
int com.speedify.speedifysdk.Types.StreamStats.remotePort |
The remote port that this stream is connected to.
long com.speedify.speedifysdk.Types.StreamStats.speedModeSaves |
Number of saves while in speed mode.
long com.speedify.speedifysdk.Types.StreamStats.startTime |
Time this stream started, seconds since epoch.
double com.speedify.speedifysdk.Types.StreamStats.uploadSpeed |
Upload speed of this stream, in megabits per second.