|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VideoSettings.VideoCompressionKey>
us.ihmc.graphics3DAdapter.camera.VideoSettings.VideoCompressionKey
public static enum VideoSettings.VideoCompressionKey
Enum Constant Summary | |
---|---|
ARUserInterface
|
|
bandwidth128kbit
|
|
bandwidth256kbit
|
|
bandwidth32kbit
|
|
bandwidth512kbit
|
|
bandwidth64kbit
|
Method Summary | |
---|---|
static VideoSettings.VideoCompressionKey |
fromInt(int integer)
|
int |
toInt()
|
static VideoSettings.VideoCompressionKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VideoSettings.VideoCompressionKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VideoSettings.VideoCompressionKey bandwidth32kbit
public static final VideoSettings.VideoCompressionKey bandwidth64kbit
public static final VideoSettings.VideoCompressionKey bandwidth128kbit
public static final VideoSettings.VideoCompressionKey bandwidth256kbit
public static final VideoSettings.VideoCompressionKey bandwidth512kbit
public static final VideoSettings.VideoCompressionKey ARUserInterface
Method Detail |
---|
public static VideoSettings.VideoCompressionKey[] values()
for (VideoSettings.VideoCompressionKey c : VideoSettings.VideoCompressionKey.values()) System.out.println(c);
public static VideoSettings.VideoCompressionKey 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 name
java.lang.NullPointerException
- if the argument is nullpublic static VideoSettings.VideoCompressionKey fromInt(int integer)
public int toInt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |