Enumeration of streaming audio effect reverb mode. More...
Public Member Functions | |
AlivcLivePushAudioEffectReverbMode (int value) | |
int | getValue () |
Public Attributes | |
REVERB_OFF =(0) | |
REVERB_VOCAL_I =(1) | |
REVERB_VOCAL_II =(2) | |
REVERB_BATHROOM =(3) | |
REVERB_SMALL_ROOM_BRIGHT =(4) | |
REVERB_SMALL_ROOM_DARK =(5) | |
REVERB_MEDIUM_ROOM =(6) | |
REVERB_LARGE_ROOM =(7) | |
REVERB_CHURCH_HALL =(8) | |
Enumeration of streaming audio effect reverb mode.
Definition at line 12 of file AlivcLivePushAudioEffectReverbMode.java.
int com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.getValue | ( | ) |
Get value of audio effect reverb mode
Definition at line 72 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_BATHROOM =(3) |
BATHROOM
Definition at line 32 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_CHURCH_HALL =(8) |
CHURCH HALL
Definition at line 57 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_LARGE_ROOM =(7) |
LARGE ROOM
Definition at line 52 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_MEDIUM_ROOM =(6) |
MEDIUM ROOM
Definition at line 47 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_OFF =(0) |
OFF
Definition at line 17 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_SMALL_ROOM_BRIGHT =(4) |
SMALL ROOM BRIGHT
Definition at line 37 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_SMALL_ROOM_DARK =(5) |
SMALL ROOM DARK
Definition at line 42 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_VOCAL_I =(1) |
VOCAL I
Definition at line 22 of file AlivcLivePushAudioEffectReverbMode.java.
com.alivc.live.pusher.AlivcLivePushAudioEffectReverbMode.REVERB_VOCAL_II =(2) |
VOCAL II
Definition at line 27 of file AlivcLivePushAudioEffectReverbMode.java.