public static enum BroadcastController.BroadcastState extends java.lang.Enum<BroadcastController.BroadcastState>
Enum Constant and Description |
---|
Authenticated |
Authenticating |
Broadcasting |
FindingIngestServer |
IngestTesting |
Initialized |
LoggedIn |
LoggingIn |
Paused |
ReadyToBroadcast |
ReceivedIngestServers |
Starting |
Stopping |
Uninitialized |
Modifier and Type | Method and Description |
---|---|
static BroadcastController.BroadcastState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BroadcastController.BroadcastState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BroadcastController.BroadcastState Uninitialized
public static final BroadcastController.BroadcastState Initialized
public static final BroadcastController.BroadcastState Authenticating
public static final BroadcastController.BroadcastState Authenticated
public static final BroadcastController.BroadcastState LoggingIn
public static final BroadcastController.BroadcastState LoggedIn
public static final BroadcastController.BroadcastState FindingIngestServer
public static final BroadcastController.BroadcastState ReceivedIngestServers
public static final BroadcastController.BroadcastState ReadyToBroadcast
public static final BroadcastController.BroadcastState Starting
public static final BroadcastController.BroadcastState Broadcasting
public static final BroadcastController.BroadcastState Stopping
public static final BroadcastController.BroadcastState Paused
public static final BroadcastController.BroadcastState IngestTesting
public static BroadcastController.BroadcastState[] values()
for (BroadcastController.BroadcastState c : BroadcastController.BroadcastState.values()) System.out.println(c);
public static BroadcastController.BroadcastState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null