public static enum Constants.MediaRecorderContainerFormat extends java.lang.Enum<Constants.MediaRecorderContainerFormat>
| Enum Constant and Description |
|---|
FORMAT_MP4
1: (Default) MP4.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
static Constants.MediaRecorderContainerFormat |
fromInt(int value) |
int |
getValue() |
static Constants.MediaRecorderContainerFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MediaRecorderContainerFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.MediaRecorderContainerFormat FORMAT_MP4
public static Constants.MediaRecorderContainerFormat[] values()
for (Constants.MediaRecorderContainerFormat c : Constants.MediaRecorderContainerFormat.values()) System.out.println(c);
public static Constants.MediaRecorderContainerFormat 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 namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static Constants.MediaRecorderContainerFormat fromInt(int value)