Agora Java API Reference for Android
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.Constants.AUDIO_REVERB_TYPE Enum Reference

Audio reverberation types. More...

Public Member Functions

int getValue ()
 

Static Public Member Functions

static AUDIO_REVERB_TYPE fromInt (int v)
 

Public Attributes

 AUDIO_REVERB_DRY_LEVEL =(0)
 
 AUDIO_REVERB_WET_LEVEL =(1)
 
 AUDIO_REVERB_ROOM_SIZE =(2)
 
 AUDIO_REVERB_WET_DELAY =(3)
 
 AUDIO_REVERB_STRENGTH =(4)
 

Detailed Description

Audio reverberation types.

Member Data Documentation

◆ AUDIO_REVERB_DRY_LEVEL

io.agora.rtc2.Constants.AUDIO_REVERB_TYPE.AUDIO_REVERB_DRY_LEVEL =(0)

0: The level of the dry signal (dB). The value is between -20 and 10.

◆ AUDIO_REVERB_WET_LEVEL

io.agora.rtc2.Constants.AUDIO_REVERB_TYPE.AUDIO_REVERB_WET_LEVEL =(1)

1: The level of the early reflection signal (wet signal) (dB). The value is between -20 and 10.

◆ AUDIO_REVERB_ROOM_SIZE

io.agora.rtc2.Constants.AUDIO_REVERB_TYPE.AUDIO_REVERB_ROOM_SIZE =(2)

2: The room size of the reflection. The value is between 0 and 100.

◆ AUDIO_REVERB_WET_DELAY

io.agora.rtc2.Constants.AUDIO_REVERB_TYPE.AUDIO_REVERB_WET_DELAY =(3)

3: The length of the initial delay of the wet signal (ms). The value is between 0 and 200.

◆ AUDIO_REVERB_STRENGTH

io.agora.rtc2.Constants.AUDIO_REVERB_TYPE.AUDIO_REVERB_STRENGTH =(4)

4: The reverberation strength. The value is between 0 and 100.