NERtcAudioEffectManager class

音效管理模块

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

clearEventCallback() Future<int>
取消音效事件回调
getEffectPlaybackVolume(int effectId) Future<int>
获取音效文件播放音量 [...]
getEffectSendVolume(int effectId) Future<int>
获取音效文件发送音量 [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
pauseAllEffect() Future<int>
暂停所有音效文件播放
pauseEffect(int effectId) Future<int>
暂停音效文件播放 [...]
playEffect(int effectId, NERtcAudioEffectOptions options) Future<int>
播放指定音效文件 [...]
resumeAllEffect() Future<int>
恢复播放所有音效文件
resumeEffect(int effectId) Future<int>
恢复播放指定音效文件 [...]
setEffectPlaybackVolume(int effectId, int volume) Future<int>
设置音效文件播放音量 [...]
setEffectSendVolume(int effectId, int volume) Future<int>
设置音效文件发送音量 [...]
setEventCallback(NERtcAudioEffectEventCallback callback) Future<int>
设置音效事件回调
stopAllEffects() Future<int>
停止播放所有音效文件
stopEffect(int effectId) Future<int>
停止播放指定音效文件 [...]
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited