public static enum LiveVideo.EnumStereoscopicMode extends Enum<LiveVideo.EnumStereoscopicMode>
Enum Constant and Description |
---|
VALUE_LEFT_RIGHT |
VALUE_MONO |
VALUE_TOP_BOTTOM |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LiveVideo.EnumStereoscopicMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveVideo.EnumStereoscopicMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="LEFT_RIGHT") public static final LiveVideo.EnumStereoscopicMode VALUE_LEFT_RIGHT
@SerializedName(value="MONO") public static final LiveVideo.EnumStereoscopicMode VALUE_MONO
@SerializedName(value="TOP_BOTTOM") public static final LiveVideo.EnumStereoscopicMode VALUE_TOP_BOTTOM
public static LiveVideo.EnumStereoscopicMode[] values()
for (LiveVideo.EnumStereoscopicMode c : LiveVideo.EnumStereoscopicMode.values()) System.out.println(c);
public static LiveVideo.EnumStereoscopicMode 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.EnumStereoscopicMode>
Copyright © 2023. All rights reserved.