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