public static enum VideoFrame.PlayModeEnum extends Enum<VideoFrame.PlayModeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
VideoFrame.PlayModeEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static VideoFrame.PlayModeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static VideoFrame.PlayModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoFrame.PlayModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoFrame.PlayModeEnum AUTO
public static final VideoFrame.PlayModeEnum ONCLICK
public static final VideoFrame.PlayModeEnum ALLSLIDES
public static final VideoFrame.PlayModeEnum MIXED
public static VideoFrame.PlayModeEnum[] values()
for (VideoFrame.PlayModeEnum c : VideoFrame.PlayModeEnum.values()) System.out.println(c);
public static VideoFrame.PlayModeEnum 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 getValue()
public String toString()
toString
in class Enum<VideoFrame.PlayModeEnum>
public static VideoFrame.PlayModeEnum fromValue(String text)
Copyright © 2021. All rights reserved.