public static enum LiveVideo.EnumStreamType extends Enum<LiveVideo.EnumStreamType>
| Enum Constant and Description |
|---|
VALUE_AMBIENT |
VALUE_REGULAR |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LiveVideo.EnumStreamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveVideo.EnumStreamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveVideo.EnumStreamType VALUE_AMBIENT
public static final LiveVideo.EnumStreamType VALUE_REGULAR
public static LiveVideo.EnumStreamType[] values()
for (LiveVideo.EnumStreamType c : LiveVideo.EnumStreamType.values()) System.out.println(c);
public static LiveVideo.EnumStreamType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<LiveVideo.EnumStreamType>Copyright © 2020. All rights reserved.