NERtcAudioMixingManager class

伴音管理模块

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearEventCallback() Future<int>
清除伴音事件回调
getAudioMixingCurrentPosition() Future<int>
获取混音任务当前进度
getAudioMixingDuration() Future<int>
获取混音文件时长
getAudioMixingPlaybackVolume() Future<int>
获取混音播放音量
getAudioMixingSendVolume() Future<int>
获取混音发送音量
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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
A string representation of this object.
inherited

Operators

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