public static interface IAudioEffectManager.IStateObserver
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onEffectFinished(int effectId)
音效播放结束或主动调用
IAudioEffectManager.stopEffect(int) 或 IAudioEffectManager.stopAllEffects() 方法后会回调该方法 |
void onEffectFinished(int effectId)
IAudioEffectManager.stopEffect(int) 或 IAudioEffectManager.stopAllEffects() 方法后会回调该方法effectId -