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