Class BroadcastSessionTest.Result

java.lang.Object
com.amazonaws.ivs.broadcast.BroadcastSessionTest.Result
Enclosing class:
BroadcastSessionTest

public static class BroadcastSessionTest.Result extends Object
Information about the state of a network quality test.
  • Field Details

    • 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.