public enum AudioFileCodecExtended extends Enum<AudioFileCodecExtended>
Enum Constant and Description |
---|
AMR |
AMRWB |
EVRC0 |
EVRCNW |
EVRCNW0 |
G711 |
G722 |
G726 |
G729 |
NONE |
Modifier and Type | Method and Description |
---|---|
static AudioFileCodecExtended |
get(String value) |
static AudioFileCodecExtended[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static AudioFileCodecExtended |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioFileCodecExtended[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioFileCodecExtended NONE
public static final AudioFileCodecExtended G711
public static final AudioFileCodecExtended G722
public static final AudioFileCodecExtended G729
public static final AudioFileCodecExtended G726
public static final AudioFileCodecExtended AMR
public static final AudioFileCodecExtended AMRWB
public static final AudioFileCodecExtended EVRC0
public static final AudioFileCodecExtended EVRCNW
public static final AudioFileCodecExtended EVRCNW0
public static AudioFileCodecExtended[] values()
for (AudioFileCodecExtended c : AudioFileCodecExtended.values()) System.out.println(c);
public static AudioFileCodecExtended 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 value()
public String toString()
toString
in class Enum<AudioFileCodecExtended>
public static AudioFileCodecExtended get(String value)
public static AudioFileCodecExtended[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.