Class BroadcastSessionTest.Result

  • Enclosing class:
    BroadcastSessionTest

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

      • progress

        public final float progress
        The progress of the network quality test from 0 to 1.
      • 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.