Package io.agora.rtc2
Enum Class Constants.AUDIO_REVERB_TYPE
- All Implemented Interfaces:
Serializable,Comparable<Constants.AUDIO_REVERB_TYPE>,Constable
- Enclosing class:
- Constants
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLevel of the dry signal (-20 to 10 dB).Room size of the reflection (0 to 100 dB).Strength of the late reverberation (0 to 100).Length of the initial delay of the wet signal (0 to 200 ms)Level of the early reflection signal (wet signal) (-20 to 10 dB). -
Method Summary
Modifier and TypeMethodDescriptionstatic Constants.AUDIO_REVERB_TYPEfromInt(int v) intgetValue()static Constants.AUDIO_REVERB_TYPEReturns the enum constant of this class with the specified name.static Constants.AUDIO_REVERB_TYPE[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
AUDIO_REVERB_DRY_LEVEL
Level of the dry signal (-20 to 10 dB). -
AUDIO_REVERB_WET_LEVEL
Level of the early reflection signal (wet signal) (-20 to 10 dB). -
AUDIO_REVERB_ROOM_SIZE
Room size of the reflection (0 to 100 dB). -
AUDIO_REVERB_WET_DELAY
Length of the initial delay of the wet signal (0 to 200 ms) -
AUDIO_REVERB_STRENGTH
Strength of the late reverberation (0 to 100).
-
-
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
-