public static class

BroadcastSessionTest.Result

extends Object
java.lang.Object
   ↳ com.amazonaws.ivs.broadcast.BroadcastSessionTest.Result

Class Overview

Information about the state of a network quality test.

Summary

Fields
public final BroadcastException exception Any error associated with the network quality test.
public final float progress The progress of the network quality test from 0 to 1.
public final Video[] recommendations A list of suggestions to use for the video portion of your broadcast configuration.
public final BroadcastSessionTest.Status status The status of the network quality test.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final BroadcastException exception

Any error associated with the network quality test.

public final float progress

The progress of the network quality test from 0 to 1.

public final 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.

public final BroadcastSessionTest.Status status

The status of the network quality test.