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