Agora Java API Reference for Android
|
This is the complete list of members for io.agora.rtc.IAudioEffectManager, including all inherited members.
getEffectsVolume() | io.agora.rtc.IAudioEffectManager | |
pauseAllEffects() | io.agora.rtc.IAudioEffectManager | |
pauseEffect(int soundId) | io.agora.rtc.IAudioEffectManager | |
playEffect(int soundId, String filePath, int loop, double pitch, double pan, double gain) | io.agora.rtc.IAudioEffectManager | |
playEffect(int soundId, String filePath, int loopCount, double pitch, double pan, double gain, boolean publish) | io.agora.rtc.IAudioEffectManager | |
preloadEffect(int soundId, String filePath) | io.agora.rtc.IAudioEffectManager | |
resumeAllEffects() | io.agora.rtc.IAudioEffectManager | |
resumeEffect(int soundId) | io.agora.rtc.IAudioEffectManager | |
setEffectsVolume(double volume) | io.agora.rtc.IAudioEffectManager | |
setVolumeOfEffect(int soundId, double volume) | io.agora.rtc.IAudioEffectManager | |
stopAllEffects() | io.agora.rtc.IAudioEffectManager | |
stopEffect(int soundId) | io.agora.rtc.IAudioEffectManager | |
unloadEffect(int soundId) | io.agora.rtc.IAudioEffectManager |