onAudioEffectCreated property
ZH
创建音效操作回调 @param effectId 自定义全局唯一音效Id @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因
EN
Create sound effect callback @param effectId Globally unique sound effect ID @param code 0: success, non-zero: failure @param errMsg Error description
Implementation
Function(int effectId, int code, String? errMsg)? onAudioEffectCreated;