public static enum LiveVideo.EnumProjection extends Enum<LiveVideo.EnumProjection>
| Enum Constant and Description |
|---|
VALUE_CUBEMAP |
VALUE_EQUIRECTANGULAR |
VALUE_HALF_EQUIRECTANGULAR |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LiveVideo.EnumProjection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveVideo.EnumProjection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveVideo.EnumProjection VALUE_CUBEMAP
public static final LiveVideo.EnumProjection VALUE_EQUIRECTANGULAR
public static final LiveVideo.EnumProjection VALUE_HALF_EQUIRECTANGULAR
public static LiveVideo.EnumProjection[] values()
for (LiveVideo.EnumProjection c : LiveVideo.EnumProjection.values()) System.out.println(c);
public static LiveVideo.EnumProjection 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.EnumProjection>Copyright © 2020. All rights reserved.