Package io.agora.rtc2
Enum Class Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
java.lang.Object
java.lang.Enum<Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY>
io.agora.rtc2.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
- All Implemented Interfaces:
Serializable,Comparable<Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY>,Constable
- Enclosing class:
- Constants
public static enum Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
extends Enum<Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY>
The audio equalization band frequency.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription2: 125 Hz.9: 16 KHz.5: 1 KHz.3: 250 Hz.6: 2 KHz.0: 31 Hz.7: 4 KHz.4: 500 Hz.1: 62 Hz.8: 8 KHz. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
AUDIO_EQUALIZATION_BAND_31
0: 31 Hz. -
AUDIO_EQUALIZATION_BAND_62
1: 62 Hz. -
AUDIO_EQUALIZATION_BAND_125
2: 125 Hz. -
AUDIO_EQUALIZATION_BAND_250
3: 250 Hz. -
AUDIO_EQUALIZATION_BAND_500
4: 500 Hz. -
AUDIO_EQUALIZATION_BAND_1K
5: 1 KHz. -
AUDIO_EQUALIZATION_BAND_2K
6: 2 KHz. -
AUDIO_EQUALIZATION_BAND_4K
7: 4 KHz. -
AUDIO_EQUALIZATION_BAND_8K
8: 8 KHz. -
AUDIO_EQUALIZATION_BAND_16K
9: 16 KHz.
-
-
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
-
getValue
public int getValue() -
fromInt
-