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

Detailed Description

Streaming mode stats.

Since
9.6

Public Attributes

BondingMode bondingMode
 Bonding mode in use. More...
 
List< StreamStatsstreams
 Per-stream stats. More...
 
boolean badLoss
 Indicator of high loss, greater than 3%. More...
 
boolean badLatency
 Indicator of high latency, greater than 300ms. More...
 
boolean badMemory
 Indicator of high memory usage on the system, greater than 90%. More...
 

Member Data Documentation

◆ badLatency

boolean com.speedify.speedifysdk.Types.StreamingStats.badLatency

Indicator of high latency, greater than 300ms.

Only tracked while active streams are running.

Since
11.5

◆ badLoss

boolean com.speedify.speedifysdk.Types.StreamingStats.badLoss

Indicator of high loss, greater than 3%.

Only tracked while active streams are running.

Since
11.5

◆ badMemory

boolean com.speedify.speedifysdk.Types.StreamingStats.badMemory

Indicator of high memory usage on the system, greater than 90%.

Only tracked while active streams are running.

Since
11.5

◆ bondingMode

BondingMode com.speedify.speedifysdk.Types.StreamingStats.bondingMode

Bonding mode in use.

Since
9.6

◆ streams

List<StreamStats> com.speedify.speedifysdk.Types.StreamingStats.streams

Per-stream stats.

Since
9.6

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