onAudioEffectFinished property
dynamic Function
(int effectId)?
onAudioEffectFinished
getter/setter pair
ZH
音效播放结束或主动调用 {@link cn.rongcloud.rtc.wrapper.RCRTCIWEngine#stopAudioEffect(int)} 或 {@link RCRTCIWEngine#stopAllAudioEffects()} 方法后会回调该方法
@param effectId 自定义全局唯一音效Id
EN
Triggers when audio effect finishes or after calling {@link cn.rongcloud.rtc.wrapper.RCRTCIWEngine#stopAudioEffect(int)} or {@link RCRTCIWEngine#stopAllAudioEffects()}
@param effectId Unique global audio effect ID
Implementation
Function(int effectId)? onAudioEffectFinished;