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.Object
Information about the state of a network quality test.
-
-
Field Summary
Fields Modifier and Type Field Description BroadcastException
exception
Any error associated with the network quality test.float
progress
The progress of the network quality test from 0 to 1.BroadcastConfiguration.Video[]
recommendations
A list of suggestions to use for the video portion of your broadcast configuration.BroadcastSessionTest.Status
status
The status of the network quality test.
-
-
-
Field Detail
-
progress
public final float progress
The progress of the network quality test from 0 to 1.
-
status
public 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.
-
-