Package com.amazonaws.ivs.broadcast
Class BroadcastSessionTest.Result
java.lang.Object
com.amazonaws.ivs.broadcast.BroadcastSessionTest.Result
- Enclosing class:
- BroadcastSessionTest
Information about the state of a network quality test.
-
Field Summary
Modifier and TypeFieldDescriptionfinal BroadcastException
Any error associated with the network quality test.final float
The progress of the network quality test from 0 to 1.final BroadcastConfiguration.Video[]
A list of suggestions to use for the video portion of your broadcast configuration.The status of the network quality test. -
Method Summary
-
Field Details
-
progress
public final float progressThe progress of the network quality test from 0 to 1. -
status
The status of the network quality test. -
recommendations
A list of suggestions to use for the video portion of your broadcast configuration. These are mutable and can be customized if needed. -
exception
Any error associated with the network quality test.
-