![]() |
Speedify SDK for Android 16.1.1
|
Statistics for a single stream. More...
Public Attributes | |
| boolean | active |
| If this stream is currently active. | |
| long | duration |
| Time, in seconds, this stream has been active. | |
| long | id |
| ID number of this stream. | |
| long | groupId |
| Group ID number of this stream. | |
| long | startTime |
| Time this stream started, seconds since epoch. | |
| double | uploadSpeed |
| Upload speed of this stream, in megabits per second. | |
| double | downloadSpeed |
| Current download speed of this stream, in megabits per second. | |
| double | averageUploadSpeed |
| Average upload speed of this stream, in megabits per second. | |
| double | averageDownloadSpeed |
| Average download speed of this stream, in megabits per second. | |
| long | redundantModeSaves |
| Number of saves while in redundant mode. | |
| long | speedModeSaves |
| Number of saves while in speed mode. | |
| long | failoverSaves |
| Number of saves through connection failover. | |
| String | name |
| Name of the application or domain of this stream, or 'stream_test' for testing streams. | |
| StreamHealth | health |
| Stream health. | |
| String | remoteIp |
| The remote ip that this stream is connected to. | |
| int | remotePort |
| The remote port that this stream is connected to. | |
| String | protocol |
| The protocol of this stream. | |
| String | hostname |
| The hostname of the service that this stream is connected to. | |
Statistics for a single stream.
| boolean active |
If this stream is currently active.
| double averageDownloadSpeed |
Average download speed of this stream, in megabits per second.
| double averageUploadSpeed |
Average upload speed of this stream, in megabits per second.
| double downloadSpeed |
Current download speed of this stream, in megabits per second.
| long duration |
Time, in seconds, this stream has been active.
| long failoverSaves |
Number of saves through connection failover.
| long groupId |
Group ID number of this stream.
| StreamHealth health |
Stream health.
| String hostname |
The hostname of the service that this stream is connected to.
| long id |
ID number of this stream.
| String name |
Name of the application or domain of this stream, or 'stream_test' for testing streams.
| String protocol |
The protocol of this stream.
This is typically VNC, RTP, RTMP, RDP, Wifi Calling, TCP, UDP or HTTPS, if known.
| long redundantModeSaves |
Number of saves while in redundant mode.
| String remoteIp |
The remote ip that this stream is connected to.
| int remotePort |
The remote port that this stream is connected to.
| long speedModeSaves |
Number of saves while in speed mode.
| long startTime |
Time this stream started, seconds since epoch.
| double uploadSpeed |
Upload speed of this stream, in megabits per second.