Package com.amazonaws.ivs.broadcast
Class BroadcastSessionTest.Result
- java.lang.Object
- 
- com.amazonaws.ivs.broadcast.BroadcastSessionTest.Result
 
- 
- Enclosing class:
- BroadcastSessionTest
 
 public static class BroadcastSessionTest.Result extends java.lang.ObjectInformation about the state of a network quality test.
- 
- 
Field SummaryFields Modifier and Type Field Description BroadcastExceptionexceptionAny error associated with the network quality test.floatprogressThe progress of the network quality test from 0 to 1.BroadcastConfiguration.Video[]recommendationsA list of suggestions to use for the video portion of your broadcast configuration.BroadcastSessionTest.StatusstatusThe status of the network quality test.
 
- 
- 
- 
Field Detail- 
progresspublic final float progress The progress of the network quality test from 0 to 1.
 - 
statuspublic final BroadcastSessionTest.Status status The status of the network quality test.
 - 
recommendations@NonNull public final BroadcastConfiguration.Video[] 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@Nullable public final BroadcastException exception Any error associated with the network quality test.
 
- 
 
-