NERtcAudioMixingManager 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>
清除伴音事件回调
getAudioMixingCurrentPosition() Future<int>
获取混音任务当前进度
getAudioMixingDuration() Future<int>
获取混音文件时长
getAudioMixingPlaybackVolume() Future<int>
获取混音播放音量
getAudioMixingSendVolume() Future<int>
获取混音发送音量
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
pauseAudioMixing() Future<int>
暂停混音任务
resumeAudioMixing() Future<int>
恢复混音任务
setAudioMixingPlaybackVolume(int volume) Future<int>
设置混音播放音量
setAudioMixingPosition(int position) Future<int>
定位到具体混音时间点
setAudioMixingSendVolume(int volume) Future<int>
设置混音发送音量
setEventCallback(NERtcAudioMixingEventCallback callback) Future<int>
设置伴音事件回调
startAudioMixing(NERtcAudioMixingOptions options) Future<int>
开始混音任务
stopAudioMixing() Future<int>
结束混音任务
toString() String
Returns a string representation of this object.
inherited

Operators

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