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.
|
@SerializedName(value="CUBEMAP") public static final LiveVideo.EnumProjection VALUE_CUBEMAP
@SerializedName(value="EQUIRECTANGULAR") public static final LiveVideo.EnumProjection VALUE_EQUIRECTANGULAR
@SerializedName(value="HALF_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 © 2023. All rights reserved.