获取音效文件时长。单位为毫秒。
请在引擎初始化之后调用此接口,且该方法仅可在加入房间后调用。
effectId 指定音效的 ID。每个音效均有唯一的 ID
effectId
Future<int> getEffectDuration(int effectId);