Enum Class AudioCodec
- All Implemented Interfaces:
Serializable,Comparable<AudioCodec>,Constable
The Enum Audio Codec.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionamr Widecng722g7221g7221cg729invalidmuchv2multi Channel Audioopuspcmapcmurt Audio16rt Audio8satinsatin Fullbandsilksilk Narrowsilk WidesirenFor AudioCodec values that were not expected from the serviceunknownunknown Future Valuexms Rta -
Method Summary
Modifier and TypeMethodDescriptionstatic AudioCodecReturns the enum constant of this class with the specified name.static AudioCodec[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
INVALID
invalid -
CN
cn -
PCMA
pcma -
PCMU
pcmu -
AMR_WIDE
amr Wide -
G722
g722 -
G7221
g7221 -
G7221C
g7221c -
G729
g729 -
MULTI_CHANNEL_AUDIO
multi Channel Audio -
MUCHV2
muchv2 -
OPUS
opus -
SATIN
satin -
SATIN_FULLBAND
satin Fullband -
RT_AUDIO8
rt Audio8 -
RT_AUDIO16
rt Audio16 -
SILK
silk -
SILK_NARROW
silk Narrow -
SILK_WIDE
silk Wide -
SIREN
siren -
XMS_RTA
xms Rta -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For AudioCodec values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-