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

Detailed Description

Stream health indicator.

Since
11.5

Public Attributes

 STOPPED
 Stream has stopped. More...
 
 POOR
 Stream may be encountering errors. More...
 
 GOOD
 Stream is in good health. More...
 

Member Data Documentation

◆ GOOD

com.speedify.speedifysdk.Types.StreamHealth.GOOD

Stream is in good health.

Since
11.5

◆ POOR

com.speedify.speedifysdk.Types.StreamHealth.POOR

Stream may be encountering errors.

Since
11.5

◆ STOPPED

com.speedify.speedifysdk.Types.StreamHealth.STOPPED

Stream has stopped.

  Stream has not sent any data for multiple seconds, and is suspected of having stopped. If active is still true, then it's possible that this stream could still return to a GOOD health state.
 @since 11.5 

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